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

Anonymous
Not applicable

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

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

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

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

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

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

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

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.

Priyank_Joshi3
Level 6

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

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