One Click Webinar Registration

Get More Webinar Signups!



Mentioned Resources

One Click Webinar Registration Action Guide

In Progress…

  • Step 1: Create Your Webinar
  • Step 2: View The Source Code
  • Step 3: Construct Your Url with Tokens from Your Autoresponder Service
  • Step 4: Insert Your Iframe Code onto Your Landing Page
  • Step 5: Test Your Url and make sure you get the webinar confirmation email and everything looks kosher
  • Step 6: Insert code to segment or tag all registered users… (More details, etc coming soon. Watch the Video)

Copy N Paste Php Code

  • GotoWebinar iFrame Code for Your Landing Page
    i.e. http://domain.com/lp.php?f=[wlm_firstname]&l=[wlm_lastname]&e=[wlm_email]

    <iframe src="https://www1.gotomeeting.com/en_US/island/webinar/registration.flow?Template=island/webinar/registration.tmpl&Form=webinarRegistrationForm&WebinarKey=891982424&RegistrantTimeZoneKey=67&Name_First=<?php echo ($_GET['f']!="") ? $_GET['f'] : 'Little'; ?>&Name_Last=<?php echo ($_GET['l']!="") ? $_GET['l'] : 'Rabbit'; ?>&Email=<?php echo ($_GET['e']!="") ? $_GET['e'] : ''; ?>&JobTitle=oneclick" width="1" height="1" frameborder="0"></iframe>
  • To pre-fill an email field in custom webinar registration field
    i.e. http://domain.com/lp?e=[wlm_email]<input type=”text” name=”Email” value=”<?php echo ($_GET[‘e’]!=””) ? $_GET[‘e’] : ”; ?>”>

    Will look like this:

    Email:

Also, if you’re not already a member of the Email Response Warrior Facebook Group, go request to join now!

 

2 thoughts on “One Click Webinar Registration

  1. Ben Croft

    I wish I had have watched this 6 months ago, I spent over a day working out how to use one click registration with no last name….dang. Thanks J for the awesome tips will use this in the future.

Leave a Reply