How to capture the values passing to my Marketo form? | Community
Skip to main content
Huihsing_Kiang3
Level 3
September 21, 2018
Solved

How to capture the values passing to my Marketo form?

  • September 21, 2018
  • 2 replies
  • 3763 views

Hi,

Our vendor is passing the values below to the Marketo form:

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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

2 replies

SanfordWhiteman
Level 10
September 21, 2018

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 3
September 21, 2018

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

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
September 21, 2018

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

Huihsing_Kiang3
Level 3
September 25, 2018

That's awesome! Thanks so much!