Results 1 to 2 of 2

Thread: Setting the body of a FORM email

  1. #1

    Thread Starter
    Lively Member Daniel McCool's Avatar
    Join Date
    Oct 2002
    Posts
    127

    Setting the body of a FORM email

    I have a form in HTML which sends an email. I have the form setting the subject of the email by adding "?subject=" to the ACTION value for the FORM.

    Something like this...
    Code:
    <FORM METHOD="Post" ACTION="mailto:[email protected]?subject=yada">
    BUT I also want to be able to set the body of the email.

    Is there a way to imbed the body in the ACTION value (like the way it's done with the ?subject) ????

    I have tried "?body=" , but does not work.

    Any knowledge? Thanks.

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Code:
    <A HREF="mailto:[email protected]?
        subject=This is the subject&amp;
        body=This%20is%20the%20message%20body">
        Click here</A>
    Last edited by Memnoch1207; Jun 27th, 2003 at 10:51 PM.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

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



Click Here to Expand Forum to Full Width