Skip to main content
November 5, 2013
Question

Setting Up One Click Registration from an email

  • November 5, 2013
  • 2 replies
  • 2197 views
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. 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

November 5, 2013
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. 

November 5, 2013
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.