Public registration page
Permalink
            Is there a way to allow the public to register or is there a plugin?
I need name, address, company etc, and password with strength preferably
Thanks
I'm using 5.7
    I need name, address, company etc, and password with strength preferably
Thanks
I'm using 5.7
                        Thanks, can it be made to look like my site?                    
                
                        ...or better still can I embed the registration form on a page?                    
                
                        Not without touching code at the moment. Applying your style to the register page through the config file is much easier.                    
                
                        Done that but I have no way of applying page template so I have no blocks.
Could i call the page?
Think I could wrap it in a modal to get round the lack of header and footer elements
                Could i call the page?
Think I could wrap it in a modal to get round the lack of header and footer elements
                        Yeah, you can just copy the register page from /concrete/single_pages/register.php to /application/single_pages/register.php and apply whatever code you want to it. You can also add ne areas which you can fill with blocks then.                    
                
                        Cool, thank you very much:)                    
                
                        So why doesn't the registration page follow the same paths as the main pages. 
I took the reg form off and just replaced it with a standard page used on other parts of the site,
It throws lots of errors, mainly it can't find stuff.
I tried hard coding the paths that still didn't work,
Any ideas?, thanks:)
                I took the reg form off and just replaced it with a standard page used on other parts of the site,
It throws lots of errors, mainly it can't find stuff.
I tried hard coding the paths that still didn't work,
Any ideas?, thanks:)

 
                    
No plug-ins needed. concrete5 does all this from its core.