Add Redirect Script to "Thank You for Registering" Eloqua Landing Page
Instructions
How to add a redirect script to the "Thank You for Registering" Eloqua Landing Page
- On the setup for the post registration landing page, go to Tools > Page Snippet Tools > Open HTML Editor:
2. Add the redirect script. The code includes the eventid and key for the webinar, as well as a merge field for the contact's email address. See the example below where you would replace the eventid and key from the audience URL (http://event.on24.com/wcc/r/eventid/key)
<meta http-equiv="refresh" content="0; URL=http://event.on24.com/interface/registration/autoreg/index.html?eventid=xxxxx&sessionid=1&key=yyyyy&deletecookie=true&email=<span class='eloquaemail'>EmailAddress</span>" />
This redirect would give immediate access to the webinar and only pass over the email address. When the Post Data to Server pushes the additional registrant data, the existing record with the same email address would be updated with the additional data so you would still get the complete set of registrant information in ON24.
Comments
0 comments
Please sign in to leave a comment.