SOLVED

Form checkbox selection?

Go to solution
Anonymous
Not applicable

Form checkbox selection?

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!

1 ACCEPTED SOLUTION

Accepted Solutions
Justin_Cooperm2
Level 10

Re: Form checkbox selection?

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

View solution in original post

4 REPLIES 4
Justin_Cooperm2
Level 10

Re: Form checkbox selection?

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

Anonymous
Not applicable

Re: Form checkbox selection?

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_
Level 10 - Champion Alumni

Re: Form checkbox selection?

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

Anonymous
Not applicable

Re: Form checkbox selection?

Got it - thank you both!