Form submit help

admin

Administrator
Staff member
Hi,

Does anyone know how I can get a form to email to different email addresses depending on what choice is made in a previous dropdown box

I want the form to submit to whichever option the user selects - i.e. mail to the person chosen from the dropdown

e.g. I have a form that contains a dropdown with 5 different people, depending on whom i opt for - onsubmit will send to one of 5 people...
E.g. John - if the user select a option John and clicks submit the form knows to mail it to <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
If the user selects a option Jack and clicks submit the form knows to mail it to <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->
If the user selects a option Jill and clicks submit the form knows to mail it to <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->

I hope this makes sense, any help is very much appreciated
Thanks!
 
Back
Top