Form checkbox selection? | Community
Skip to main content
March 4, 2016
Solved

Form checkbox selection?

  • March 4, 2016
  • 1 reply
  • 1750 views

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!

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 Justin_Cooperm2

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}}"

1 reply

Justin_Cooperm2
Justin_Cooperm2Accepted solution
New Participant
March 4, 2016

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}}"

March 4, 2016

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

Dan_Stevens_
New Participant
March 4, 2016

That's what the {{lead.ProductInterest}} token will do - dynamically populate your custom field with whatever item they check.