Hello everyone -
I have created a form on a landing page where a prospect can select at least one of our products to get a call back for.
My question is after their selection, is there a step to add that into a Marketo field?
Ex:
Are you interested in:
x: Apples
Oranges
Lemons
Prospect selected apples and submitted the form
-----> info updated into Marketo field:
Call back! Prospect interested in Apples
Is this possible? Thanks!
Solved! Go to Solution.
Sure! Setup a Trigger Smart Campaign with:
Smart List
Fills out Form -> Form is "Your Form"
Flow
Change Data Value -> Attribute: "Your Marketo Field" Value: "Call back! Prospect interested in {{lead.ProductInterest}}"
Hi Justin -
Thanks for your response! Dumb question, but how do I "link" what check box a person clicked and make that information populate?
Sorry - still learning a lot
That's what the {{lead.ProductInterest}} token will do - dynamically populate your custom field with whatever item they check.
Got it - thank you both!