Thread Starter
scl2
(@scl2)
When someone signs up for a webinar, in GTW it shows their name, email address and other info. Another piece of info shown in GTW is the source from where they signed up. In your code there is a hidden field that lists the registration source as “Main Website”.
<tr style=”display:none;”>
<td><input name=”gotowebinar_registration_source” id=”gotowebinar_registration_source” type=”text” value=”Main Website”></td>
</tr>
This isn’t being passed along to the GTW registrant info.
I tried adding the ?source=”” to the end of webinar key, but that creates errors.
Do you have a solution to this issue?
Thanks,
Sal