Jump to content

[Solved] Create link to register page


Recommended Posts

it isn't possible, because first step of registration form is a "email validation".

Note that on next page is no field to insert email address.

first step is necessary in this case.

---

Ok vekia..

could see what was done on this page? www.extasetotal.com.br
he created a direct link to the registration page.
 
 
thanks again!
Link to comment
Share on other sites

  • 10 months later...

You can get the direct link to the Create Account form adding the parameter create_account=1, this will skip the email verification and go directly to the form.

For example:

{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}?create_account=1

I've tested it on PS 1.6.0.8 and is working.

  • Like 1
Link to comment
Share on other sites

Yes, it works as the standard register form.

 

I found this method trying to send a direct link to the registration form, from the referralprogram email invitation (Which apparently has many flaws and missing details).

You can also add other parameters, in my case for example I've added the sponsored name, lastname, email and sponsor email, so the registration form is auto filled with that information when the invited person enter it.

You can get the url $_GET parameters from smarty with the smarty get parameter, for example {$smarty.get.sponsored_name} and place the variable directly on the form value.

Link to comment
Share on other sites

  • 1 month later...

 

Where do I have to add this line?

{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}?create_account=1

 

there where you want to add button with link to register page.

the question is: where you want to add this link? everything depends on it!

Link to comment
Share on other sites

  • 3 years later...
  • 3 years later...

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...