SOLVED

Create a Smart List based on field selection in Form

Go to solution
Anonymous
Not applicable

Create a Smart List based on field selection in Form

Hi there,

I'm new to Marketo and I'm trying to build a subscription center for my blog.

I have built the form and landing page in Marketo. Users are asked to choose one of three options: daily, weekly, or monthly:

0EM50000000QxZD.jpg

I'd like to have Marketo automatically add users to a smart list based on which option they've chosen, daily, weekly or monthly. Is there a way to do this? I used a Template Form Field called "Campaign Interest" to create that frequency menu, FYI.


Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

1. Just create three smartlists, for each three values for "Frequency"
2. Filter on Filled Out Form, and select your form
3. Second filter on value for field "Frequency" (e.g. Frequency is Daily Email)

That's it.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

There are multiple methods to implement the goal in mind. 
 
I would like to comment a subtle detail before going any further: " to have Marketo automatically add users to a smart list based on which option they've chosen". It is more likely it is supposed to mean a static list or a smart campaign.
A smart list reads valuesdynamically from the database; they do not need any proces to add new leads.

Adding to a static list:
- a triggered campaign can consist of a single trigger "Fiils Out Form"
- add a constraint to specify the form name and, ideally, the web page (landing page histing that form)
- the flow is: Add to List
- Click Add Choice
. If Campaign Interest is daily
Add to static list "daily_list"
. If Campaign Interest is weekly
Add to static list "weekly_list"
. If Campaign Interest is monthy
Add to static list "monthly_list"

The sending campaign would have its smart list consisting of "Member of List" in list_name
 

Smart lists are perfectly valid options.
They will have one or more filters selecting the target leads for batch campaigns.
For weekly you would use a single filter: Campaign Interest is weekly and so on.

Please review the help article "Lists" for more details

I would like to suggest two valuable resources to help you become comfortable with Marketo quickly:
 
 
 
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

1. Just create three smartlists, for each three values for "Frequency"
2. Filter on Filled Out Form, and select your form
3. Second filter on value for field "Frequency" (e.g. Frequency is Daily Email)

That's it.
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

This also means they can fill out the form again, but choose a different value (update their preference). And they automaticaly move to the other smartlist.
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

Thanks both for your help! Both options worked, but I went with Diederik's smart list for the ability to automatically move the subscriber to a new smartlist if they changed their preferences. Works perfectly now. Thanks again!
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

No problem Manny. So issue solved?
Anonymous
Not applicable

Re: Create a Smart List based on field selection in Form

Yup, was able to create and test the unique lists and also created some flows to trigger email responses when subscribers choose a particular type of newsletter. Thanks again!