Jump to content

Best Method to make "Create Your Account" as a Separate Page?


Guest

Recommended Posts

Hey everyone, hope you are all doing well :)

 

I'm wanting to make the Create Your Account page as a link without entering your email that takes you t

Link to comment
Share on other sites

Yes, the form redirects you to the authcontroller

 

<form action="{$link->getPageLink('authentication', true)}" method="post" id="create-account_form" class="std">

 

But if something goes wrong you won't access your previously created page, just the default one, as the authcontroller will redirect you to authentication.tpl...I believe. It's worth trying it out

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...