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
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.
Any field of type Hidden can be set to autofill from a query param. It's all there in Form Editor.
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.
Please show a screenshot of your hidden form field with the autofill config.
Hi Sanford,
Please find the screenshot. I hope you understand my requirement. Please find me a solution.
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.
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.
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}}
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.
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.