Unable to add a single_page Registration page to my site
Permalink
Hi everybody, I would like to make a single page registration page for my site.
I have already successfully added a single page login page
I did this by copying the single page login php file from the core and placing it into my top level single page folder and then adding it to my site with the single page feature on the dashboard and it works fine.
But when I do the same with the registration form I get a fatal error as seen in the attachment.
It says it requires dispatcher.php.
Where would I find this?
Any help would be gratefully appreciated.
I have already successfully added a single page login page
I did this by copying the single page login php file from the core and placing it into my top level single page folder and then adding it to my site with the single page feature on the dashboard and it works fine.
But when I do the same with the registration form I get a fatal error as seen in the attachment.
It says it requires dispatcher.php.
Where would I find this?
Any help would be gratefully appreciated.
You might need to add the Helper. See here: http://www.concrete5.org/documentation/developers/forms/standard-wi...
Thank you for your reply, I will try it and see how I go, once again, thank you
Thank you again, adding the Helper did the job. Now all I have to do is move the warning message that appears when you enter the wrong information, away from the edge of the page.