+ Reply to Thread
Results 1 to 4 of 4

Thread: Copies to administrator

  1. #1
    Join Date
    May 2004
    Posts
    7

    Default Copies to administrator

    When someone sends a form I want a copy of that form to go to the administrator. How can I accomplish this?

  2. #2
    Join Date
    May 2004
    Posts
    7

    Default Re: Copies to administrator

    I'd also like to know how to send a copy of all people who register to the administrator. Can that be done?

  3. #3
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Copies to administrator

    Hi,

    Quote Originally Posted by beckjo1
    When someone sends a form I want a copy of that form to go to the administrator. How can I accomplish this?
    In your form, you've specified the recipients field, similar to this:
    Code:
      <input type="hidden" name="recipients" value="someone@yoursite.com">
    This field can have any number of email addresses, so you can do this:

    Code:
      <input type="hidden" name="recipients" value="someone@yoursite.com,admin@yoursite.com">
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  4. #4
    Join Date
    Dec 2003
    Posts
    3,907

    Default Re: Copies to administrator

    Hi,

    Quote Originally Posted by beckjo1
    I'd also like to know how to send a copy of all people who register to the administrator.
    I'm not sure what you mean by "all people who register". Can you explain what you mean in more detail, please?
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

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