Click to See Complete Forum and Search --> : How to submit form to contact selected from list


homer
09-21-2003, 03:03 AM
I have a multi-selection form that includes a drop down list of contacts so that users can select which department they want the form results sent to. How can I make sure that the form is sent to the department selected in the drop down list when the user clicks on the submit button. Any help would be much appreciated.

Homer

Charles
09-21-2003, 05:46 AM
As 13% of users do not use JavaScript, you will need to submit the form to a server side script that then sends the info, nicely formatted, along to the correct department.