Hi! I'm trying to show what landing page a form submission comes from in a form submission alert email. Here's the rundown:
I have a single form that is embedded on several sales reps' landing pages. To know what sales rep page the form was submitted from, what hidden field should I add and what token should I use in the form submission alert email? If I use the Referral URL or Parameter Query, what token would I use in the form submission email alert?
Thank you.
You mean “query parameter,“ not “parameter query.“
But the question is still unclear. Do you have different LP assets for each rep (pagename-rep1.html and pagename-rep2.html)?
Or is it the same LP (pagename.html) with a different query param value (pagename.html?rep=rep1 and pagename.html?rep=rep2)?
@SanfordWhiteman yes, I mean query parameter.
I do have several LP assets. One per sales member.
@SanfordWhiteman how would I implement that token? I'm still relatively new to Marketo. Thank you for your assistance!