I have a simple php form that sends the form results to:
$recipient="myemail@internet.com"
What I would like to do is make a list in the form that has multiple department's emails:
Sales (sales@internet.com)
Parts (parts@internet.com)
Help (help@internet.com)
How would I go about getting the form to place the email the user chooses into the $recipient value?
Choose from a list of email recipients
Moderator: General Moderators
You will need to submit the form to a page that receives the variables.
Everything else is covered with viewtopic.php?t=511
Everything else is covered with viewtopic.php?t=511