PDA

View Full Version : Multiple recipients


Ari
01-08-2007, 12:14 PM
I have the formmail working but I want to have the email sent to two email addresses instead of one.

The email form html code on the form itself is
<FORM action=/cgi-sys/FormMail.pl method=post><INPUT type=hidden value="wells@tsa-36.com" name=recipient>

I tried adding the second email using value="wells@tsa-36.com" "white@tsa-36.com"

that didn't work. Any suggestions?

cnymike
05-16-2007, 01:33 PM
Have you tried just adding multiple addresses separated by a comma? Not sure if that works, but it's worth a try.

MagicOPromotion
06-13-2009, 04:23 PM
Hi,

First, create a drop down not checkbox, but radio buttons are OK with the email addresses you want them to select from.

Second, name that field "recipients".

Thats it.

Its basic HTML and all you need to know for FormMail is to call the field "recipients".