SOLVED

Re: Send email depending on form field?

Go to solution
Anonymous
Not applicable

Send email depending on form field?

I have a form where the user gets to pick from a list of conference attendees who they would like to meet with.  What I'd like to happen is that upon submit, it sends a notice to a specific email address depending on who the user chooses to meet with.  Whats the best way to go about this?

Here's my form: http://pages.stanjohnsonco.com/ICSC-Vegas-2014.html
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Send email depending on form field?

Nicole,

Best way to do this would probably be to create conditional logic on your form processing steps that sends an alert to only whomever the user selects. You would call the form field like this: If form field = Bob, send alert to Bob@company.com, If form field = Carrie, send alert to Carrie@company.com, etc.

Here is an article that might help:

https://community.marketo.com/MarketoArticle?id=kA050000000Kyu0CAC

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Send email depending on form field?

Nicole,

Best way to do this would probably be to create conditional logic on your form processing steps that sends an alert to only whomever the user selects. You would call the form field like this: If form field = Bob, send alert to Bob@company.com, If form field = Carrie, send alert to Carrie@company.com, etc.

Here is an article that might help:

https://community.marketo.com/MarketoArticle?id=kA050000000Kyu0CAC

Anonymous
Not applicable

Re: Send email depending on form field?

It took a while to make 50+ choices in my trigger but this method worked!  Thanks!
Anonymous
Not applicable

Re: Send email depending on form field?

Glad to hear, Nichole. Cheers.