Results 1 to 3 of 3

Thread: Multiple recipients in a form?

  1. #1
    Join Date
    Aug 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Multiple recipients in a form?

    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

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You'll need to post the source of the script that's actually handling the form-data.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default There's no shortcut

    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!]
    Last edited by justchange; 08-31-2005 at 09:48 PM. Reason: added: ("free")

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •