How would I make a drop-down menu form element determine who a email will be routed to once the "Submit" button has been clicked?
Page to include a drop down menu to select product, text box for cust to enter additional comments, and a submit button. The form will need to be sent to different departments (email addresses) depending on what product is selected from the drop down box.
Is it possible to make the drop-menu menu element determine who the email will be routed to once the "Submit" button has been clicked?
Drop down menu selection Result
-----------------------------------------------------------
If product = a then send email to x@x.net
If product = b then send email to y@y.net
thx in advance,
benzito
Page to include a drop down menu to select product, text box for cust to enter additional comments, and a submit button. The form will need to be sent to different departments (email addresses) depending on what product is selected from the drop down box.
Is it possible to make the drop-menu menu element determine who the email will be routed to once the "Submit" button has been clicked?
Drop down menu selection Result
-----------------------------------------------------------
If product = a then send email to x@x.net
If product = b then send email to y@y.net
thx in advance,
benzito