Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you!
Makes sense. So with the submission code below, it would capture/pass a new user's info. But if they click around, it's only going to pass if info in the selected attributes are new. var myForm = MktoForms2.allForms()[0];myForm.addHiddenFields({//These are the values which will be submitted to Marke...
Thanks, @SanfordWhiteman. So if I use the following discussion as a start, I would create a form with only hidden fields, then copy the form code (adding the suggested style="display:none" to the form id) and place on the index page of the site? Or is that going to bog down my site speed if it tries...
I am using persistent cookie tracking to capture first touch/last touch source info via hidden fields on our Marketo form. But I'm looking to capture the referral URL for return users. So if we've already captured them as a lead but they return to our site after clicking on an ad, I want to be able ...