Sending to multiple recipients with a select with labels
-
I’m pretty sure I’ve seen this explained somewhere else but cannot find it again.
This is a contact form with multiple choices of recipients, with labels (to hide the email adresses and make it prettier)
I want one choice to send the same email to TWO recipients.Email tab :
To: [your-recipient]Form tab :
[select your-recipient “General|[email protected]” “Webmaster|[email protected]” “Sales|[email protected]”]If the visitor selects “General”, I want his email to be sent to both :
[email protected]
AND
[email protected]I’ve tried :
[select your-recipient “General|[email protected],[email protected]” “Webmaster|[email protected]” “Sales|[email protected]”]
without successWhat is the correct syntax ?
- The topic ‘Sending to multiple recipients with a select with labels’ is closed to new replies.