Log in

View Full Version : Multiple recipients in a form?



cruekid77
08-28-2005, 09:51 AM
Ok, I have a form on my site, to which a person fills out the boxes and clicks on 'i agree' and then its sent off to my email address. but i also want it to go to another person besides me. Is there a way to send it to us both?

<INPUT TYPE=HIDDEN NAME="recipient" VALUE="webmaster@porthillsoccer.co.nz,phoenix.-.azaria@clear.net.nz">

Thats how i put it, but it didnt work.

Cheers

Twey
08-28-2005, 10:21 AM
You'll need to post the source of the script that's actually handling the form-data.

justchange
08-31-2005, 09:45 PM
I had the same issue, plus some!

I wanted to send differently formatted responses to different recipients, as well as a copy of the completed form back to the screen and emailed to the submitter, and more!

I found that most ALL formhandlers allow only one email address for the output data in CSV or other delimited lists.

Then I found "Soupermail". http://soupermail.sourceforge.net/

Now, this may not be an option for you because it requires cgi to be customized at your webhost's server, but all the instructions are included.

There's a learning curve, but this is an amazingly adaptable (free!) formhandler and can be applied in truly creative ways.

[NOTE: NOT a commercial message... just a very satisfied user!]