Currently Being Moderated
Oct 11, 2007 12:19 PM
I'm using FormMail as a "Inquiry" form.
I want the form results to be emailed to a different email
address depending on the users choice from a <select> pull
down menu. I know enough about JavaScript to know that it'll
probably be the solution, but don't really know how to do it.
The form uses the follow tag to determine the recipient's
address:
<input type=hidden name="recipient"
value="whoever@whatever.com">
Thanks for any detailed help you can offer!!!