SOLVED

How to capture the values passing to my Marketo form?

Go to solution
Huihsing_Kiang3
Level 4

How to capture the values passing to my Marketo form?

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

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How to capture the values passing to my Marketo form?

When you click Autofill, you select the query param: simple as that.

pastedImage_0.png

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: How to capture the values passing to my Marketo form?

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.

Huihsing_Kiang3
Level 4

Re: How to capture the values passing to my Marketo form?

Thanks Sanford. Can you provide more info about the mapping? 

SanfordWhiteman
Level 10 - Community Moderator

Re: How to capture the values passing to my Marketo form?

When you click Autofill, you select the query param: simple as that.

pastedImage_0.png

Huihsing_Kiang3
Level 4

Re: How to capture the values passing to my Marketo form?

That's awesome! Thanks so much!