Hi,
I just rolled this out for one of my clients. Our use case was being able to register for Part 1 and Part 2 of a webinar through one form fill out. To do this I added two Marketo custom fields (Webinar Part 1 and Webinar Part 2 which were check boxes) to our regular webinar form.
I renamed the labels for each lead and added directions. I made sure the first was checked because that is what we were advertising. **Please note on Chrome the automatic check doesn't work, so you have to put some extra java on through an HTML block.
<script type="text/javascript" language="Javascript">$jQ('#ADD FIELD API NAME HERE').attr('checked', 'checked');</script>
I created two programs because they connect to separate GoToWebinar events. In each program I have a "Registration" Trigger Smart Campaign listening for a data value change of:
-
Webinar Part 1: Fills out form or Webinar Part 1 to change to true, then I mark them as registered and send a confirmation email with their unique ID
-
Webinar Part 2: Webinar Part 2 to change to true, then I mark them as registered and send a confirmation email with their unique ID
Hope that helps!
Amy