SOLVED

Form fill out - triggered campaign based on answer on one of the questions

Go to solution
Jennifer_Bisho1
Level 4

Form fill out - triggered campaign based on answer on one of the questions

I have created a survey using a Marketo form.  We have a question in there that asks if the user wants to receive future emails from our company for legal purposes.  I would like to create triggered campaigns based on if they select YES or NO.  Ideally if they click no, I want to change their status to unsubscribed.  Is there anyway to do this based on an answer selected in a form?

1 ACCEPTED SOLUTION

Accepted Solutions
Devraj_Grewal
Level 10 - Champion Alumni

Re: Form fill out - triggered campaign based on answer on one of the questions

Jennifer,

You can use the trigger "fills out form" along with the filter of this specific field value being "NO". Note that this does not necessarily mean the field value was from the form fillout itself. As of now there is no functionality for a field value as a constraint for a form fill out trigger/filter.

View solution in original post

14 REPLIES 14
Devraj_Grewal
Level 10 - Champion Alumni

Re: Form fill out - triggered campaign based on answer on one of the questions

Jennifer,

You can use the trigger "fills out form" along with the filter of this specific field value being "NO". Note that this does not necessarily mean the field value was from the form fillout itself. As of now there is no functionality for a field value as a constraint for a form fill out trigger/filter.

Jennifer_Bisho1
Level 4

Re: Form fill out - triggered campaign based on answer on one of the questions

Thanks, Devraj.  I'm surprised that's not a feature in Marketo.  How exactly would I set this up in the campaign (smart list and flow steps)?

Dan_Stevens_
Level 10 - Champion Alumni

Re: Form fill out - triggered campaign based on answer on one of the questions

You might be able to get this to work using DVC trigger/filter (you need to use both since you need both a "person is created" trigger and "DVC trigger" as DVC triggers don't work for new leads (only for existing leads):

For new leads, trigger #1 and filter #2 would qualify those leads; and for existing leads, trigger #2 and filter #1 would qualify those leads that select NO (or false):

pastedImage_0.png

Dan_Stevens_
Level 10 - Champion Alumni

Re: Form fill out - triggered campaign based on answer on one of the questions

Actually that's not going to work.  Will all of your leads be existing leads in the DB?  This would get you closer to the desired result, but unfortunately, there's no way to constrain the DVC to a specific form:

pastedImage_0.png

Jennifer_Bisho1
Level 4

Re: Form fill out - triggered campaign based on answer on one of the questions

Hey Dan -  yes, they are going to be existing leads in our database, as we are going to upload the list before the send.  Couldn't I just use the "Fills Out Form" tigger for this and remove "Person is Created?"

Dan_Stevens_
Level 10 - Champion Alumni

Re: Form fill out - triggered campaign based on answer on one of the questions

I think we're back to the main issue of not being able to constrain a DVC to a specific form.  So your best bet is to use the logic you included below, just knowing that leads who previously have "No/False" as a value, will qualify for the campaign.  Which you probably want anyway.

Jennifer_Bisho1
Level 4

Re: Form fill out - triggered campaign based on answer on one of the questions

That's OK because I created this field specifically for this survey, so no one else will qualify for this outside of those that fill out the form.  Thanks for your help!

Jennifer_Bisho1
Level 4

Re: Form fill out - triggered campaign based on answer on one of the questions

Would it be:

Smart List:  Filled out form (triggered) and the data value for the field is FALSE (for NO)

Flow:  Change data value of unsubscribed to TRUE

Tom_Kerlin2
Level 8

Re: Form fill out - triggered campaign based on answer on one of the questions

Hi Jennifer,

The Flow you mentioned is fine since Unsubscribed is a boolean field type - are you using a string field-type on form to collect this data (for the question where you ask if if the user wants to receive future emails from our company for legal purposes using radio buttons) in order to make it a required field? If it was just a checkbox then it wouldn't make sense to make it a required field.

As for the smart list, you could use Fills Out Form trigger along with Data Value Changes Trigger, and make sure you are using ALL filters.

My only concern, and hopefully someone else can confirm this, is that Marketo's Data Value Changes Trigger won't be able to detect the initial value change from it being empty or NULL to TRUE or FALSE, since it's technically just being populated and it's not considered a "change" per se. Can someone please confirm?

I would still test this just to be safe.

Tom Kerlin