Re: how to use a single Marketo form for multiple document downloads on a non marketo web page

Anonymous
Not applicable
Hello, 

I am trying to integrate a Marketo form on our website to download the collateral. Is there a way I can create a single form and capture the lead details along with the file name according to the collateral download?

For instance we have 30 different collaterals on the website but we need a single form to capture the document download details. 

Can anyone help me on this?

Regards,
Arun
Tags (1)
14 REPLIES 14
Priyank_Joshi3
Level 6

Hi Arun,

You can also use trigger Fills out form with constraints Web page, create chain set of campaigns, say Lead fills out form on web page collateral A, you can pass leads in SFDC campaign and assign lead source as well with defined status'. This way your sales team would be able to access list of records who downloads different collateral.

If need be you can create reports based on that and track which were your most downloaded collateral.

Thanks

Priyank

Trish_Voskovitc
Level 5
we use a hidden field on form for "asset ID" then we add the field parameter to url for each document
so when someone clicks on URL  with assetID=1 and fills our form we capture "1" in a field in sfdc and our interesting moment uses a token to say which document they clicked for

Anonymous
Not applicable

Hi Trish,

How could we add the dynamic field parameter of each document to the hidden field? If we use a single form in a non marketo page. I am not clear in this.. Please let me know in detail.

SanfordWhiteman
Level 10 - Community Moderator

Any field of type Hidden can be set to autofill from a query param. It's all there in Form Editor.

Anonymous
Not applicable

Thanks Sanford.. In My case I am using a light box form which should popup for any link click in my page(say ex: i am having 5 videos in my single page and i want to track the persons who fills the form for which video?) If anyone click any link, a form will popup in a lightbox and they have to fill the form for watching the video. Also we need to track them for which video he fills the form. Here how could i autofill my hidden field with the query param. Please explain. I have tried to use the URL parameter but couldn't .. Please help me out.

SanfordWhiteman
Level 10 - Community Moderator

Please show a screenshot of your hidden form field with the autofill config.

Anonymous
Not applicable

Hi Sanford,

Please find the screenshot. I hope you understand my requirement. Please find me a solution.

SanfordWhiteman
Level 10 - Community Moderator

That config means the following:

     If the URL contains &Email=rajagopal@example.com, set the value of the lead field Other Info to "rajagopal@example.com"

I can't say I understand the use case.  But that is what you have configured.

Anonymous
Not applicable

Hi Sanford,

Thanks... Now I understood the parameter which i need to add. I just want to develop a function to creates a dynamic parameter to the url in my website. so that i can call the parameter to the hidden field.

Thank you so much.

SanfordWhiteman
Level 10 - Community Moderator

I don't understand the requirement "a function to [create] a dynamic parameter"?

You mean a token? http://yourdomain.example.com/yoururl.html?Email={{Lead.Email Address}}

Anonymous
Not applicable

I not meant the marketo token Sanford,

If I click a link in a page, a corresponding "string" value based on the link clicked should generate @ the URL Parameter (in iframe) which should append to the hidden field while filling the form. Based on the hidden field value the next url can be setup in choice.

I am having multiple instants in my page as Arun Valvanur asked. I am using a single form- there i need a single field which should be updated based on the link clicked. Using that field, they will be shown with the pages which they intend to. I Think, I have explained clear. Please let me know if anywhere i am wrong.

SanfordWhiteman
Level 10 - Community Moderator

That sounds like generic JS/DOM maniipulation, well outside of the Forms 2.0 arena.

What do these links currently contain?  Are they like <a href="http://example.com/somedocument.pdf"> and you want to turn them into <a target="iframe_id" href="http://iframesrc.example.com/?document=somedocument.pdf">.

Please be specific about the "before" and "after" forms of these links.

Anonymous
Not applicable

autofill scrnsht.PNG

Alok_Ramsisaria
Level 10
Hi Arun,

We can help you with this. Drop me a line at alok@grazitti.com, or call me at (650) -641 1754 and we'll discuss the details.