Using the same form in Lightboxes for Different Event Registrations
Hi everyone,
Trying to figure out if this is possible - interested if we can use the same form on a landing page that populates via a lightbox, but add something that allows us to then differentiate between the different lightbox-populating CTAs on the page. The reasoning behind this is it would allow us to promote registrations for different events OR promote different gated pieces of content all on one central page but we could use the same universal form each time (right now we are creating custom forms and then using that form submission to trigger the appropriate smart campaign for these "central hub" type pages).
I thought I could add something to the lightbox link and then trigger off of "fills out form" with a "clicked link, link contains" logic to differentiate between the different CTA boxes on the page but haven't gotten this to work. The html for the lightbox CTA is
<a href="javascript:void(0)" class="CTA resource_form" style="text-decoration: none; outline: 0;">Register Now</a>
so I tried creating tokens and adding those to the link, and also tried adding an ID to the link via the "advanced" settings i.e.
<a href="javascript:void(0)?mktId={{my.Event 1}}" class="CTA resource_form" style="text-decoration: none; outline: 0;" target="_blank" id="Form One">Register Now</a>
but haven't gotten this to pick up, looking at my lead's activity log after testing it seems like the lightbox forms aren't registering as a "clicked link on webpage" so that's obviously a hinder to my strategy.
If anyone has any ideas or has executed something similar please let me know, and thank you in advance for any help oy guidance you can provide!