Redirect after registration with SelfRegistration
Posted: Tue Mar 15, 2011 10:55 pm
In SelfRegistration preferences I have
Don't display the final message after registration=checked
PageID/Alias to redirect to after registration is complete=home
What I want to do is redirect to a page based on a parameter passed when calling the module as you can do when logging in with FEU.
In FEU we can call the module with
{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="home"}
or we could call the module with
{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="some-other-page"}
I need to achieve the same thing in the SelfRegistration module.
Thanks for any help.
Don't display the final message after registration=checked
PageID/Alias to redirect to after registration is complete=home
What I want to do is redirect to a page based on a parameter passed when calling the module as you can do when logging in with FEU.
In FEU we can call the module with
{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="home"}
or we could call the module with
{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="some-other-page"}
I need to achieve the same thing in the SelfRegistration module.
Thanks for any help.