How to get submit form to email a form to a selected option button

A

aggie78

I have a list of committee descriptions with an option button beside each.
There is a form at the bottom of the page for name and address etc. I want
to email the information to the committee chair based on the selected option
button. How do I direct each different option button to a different email
address.
 
R

Rob Giordano \(Crash\)

You can't. The forms handler can only send to one place and your host must
allow the forms handler to work, AND...it usually will only send to an email
address with the same domain (sometimes this can be changed).


|I have a list of committee descriptions with an option button beside each.
| There is a form at the bottom of the page for name and address etc. I
want
| to email the information to the committee chair based on the selected
option
| button. How do I direct each different option button to a different email
| address.
 
Top