I have a similar problem to the first post.
Here's what I want to do:
Send a FormMail to multiple recipients based on which boxes are checked so that the user can choose who receives the form.
Example:
CheckBox A sends the form to "joe@abc.com"
CheckBox B sends the form to "jane@abc.com"
CheckBox B sends the form to "john@abc.com"
Thanks in advance for any response.