Setting Up One Click Registration from an email

Anonymous
Not applicable

Setting Up One Click Registration from an email

Looking for an easy solution to have a button in an email say "click here to register" that click would register and submit their information and they would be automatically brought to a "registered" landing page. 
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Setting Up One Click Registration from an email

You can set up a flow to do this
  • Create the Landing page and the email linking to it
  • In the smart list use "clicked link in email"
  • select the specific email you created 
  • add a constraint for "Link" and add the URL that you used
In the flow step you can add them to a list or campaign, send them and alert or whatever actions you need.

You could also use "visited page" and use the landing page url to trigger the campaign. 

One note is you should make sure you have all of the information you need from these contacts already populated in your database before you send to them. 

Anonymous
Not applicable

Re: Setting Up One Click Registration from an email

Do you mean an automatic registration, bypassing the nromal manual form fill out?

There are at least two possibilities:

1. If originating from email, pass the URL parameters along the URL for the landing page.
The form captures the URL parameters to hidden fields.
A small JavaScript submits the form when one of those URL parameters, say, autosubmit=true

2. If totaly random, catering for users clicking email or just reaching the landing page through navigation
A JavaScript evaluates whether the cookie exists or not. 
If it does, it redirects automatically to the relevant page or content; 
If it does not, it redirects to the form.