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.
![0EM50000000RW0G.jpg 0EM50000000RW0G.jpg](/t5/image/serverpage/image-id/6484i8B98527B69004D85/image-size/large?v=v2&px=999)
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