Send email depending on form field? | Community
Skip to main content
April 3, 2014
Solved

Send email depending on form field?

  • April 3, 2014
  • 3 replies
  • 1222 views
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: pages.stanjohnsonco.com/ICSC-Vegas-2014.html
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
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

3 replies

Accepted solution
April 3, 2014
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

April 4, 2014
It took a while to make 50+ choices in my trigger but this method worked!  Thanks!
April 4, 2014
Glad to hear, Nichole. Cheers.