I couldn't find this anywhere -- sorry if it is a repost...

What I am trying to do is have an e-mail sent to a certain e-mail address based on selections within the webform. For example, I have a select component (multiple) with the following options:
a
b
c
d
e

I want, if the submitter selects "c", it to go to myemail@email.com (as well as to the main "e-mail a submission copy" e-mail (main@email.com)). Additionally, if "e" is selected, it should ALSO send an email to anotheremail@email.com. So, if someone selected c AND e, it would go to main@email.com, myemail@email.com, AND anotheremail@email.com. And I want ALL components of the webform to be sent to all three e-mails.

Basically it is an interest inventory. If someone selects that they are interested in education, I want it to e-mail the submission to the person that handles education. If they say they are interested in advertising, it should e-mail the submission to the person who handles advertising, etc.

Thank you in advance!!

Comments

jclaussen’s picture

mandasue’s picture

Ahhh. Okay, that was a lot simpler than I thought it was going to be! Thanks!