Results 1 to 15 of 25

Thread: Mail form code

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54
    I think she means Outlook express, not Outlook.

  2. #2
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54

    More - sorry

    She meant Microsoft password - doh. She's not IT-literate.

    However, the principle behind my question remains...

    Can I be sure that sending the form from *any* pc (internet cafe... whatever) works?

    Thanks.

  3. #3
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    Quote Originally Posted by maglinders
    Can I be sure that sending the form from *any* pc (internet cafe... whatever) works?

    Thanks.
    Yes. It will be sent to the address you specified in this part of the code:

    Code:
    <FORM METHOD="POST" ACTION="mailto:[email protected]">

    =========== Please Read The Forum Rules ===========

  4. #4
    Member maglinders's Avatar
    Join Date
    Apr 2005
    Posts
    54

    Talking Thank you...

    ... for your help and reassurance.

Posting Permissions

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