Hi,
Our vendor is passing the values below to the Marketo form:
https://www.proteinsimple.com/Beta723/about_you.html
If the user is routed from the literature_download.html page, it passes these five variables:
page = the name of the page routing the user ("literature_download.html")
docID = the document id
docTitle = the title of the document to download
docProducts = the products associated with the document
docType = the document type
Iām thinking the best way to capture them is to use the hidden fields? However, the available fields currently in Marketo are these below and they do not have the same field names. Do I need to create the different sets of fields in order to capture these values or if there is a way for me to use the existing fields? Thanks.
Document Id
Document Name
Document Products
Document Type
Solved! Go to Solution.
The query parameter name doesn't have to match the field name at all.
You set up the mapping between the 2 names when you add a Hidden field and click Autofill.
Thanks Sanford. Can you provide more info about the mapping?
That's awesome! Thanks so much!