Results 1 to 15 of 25

Thread: Mail form code

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    Try this:

    Code:
    <FORM METHOD="POST" ACTION="mailto:your email address here">
    Name<BR>
    <INPUT TYPE="text" NAME="name" SIZE="30"><BR>
    E-mail address<BR>
    <INPUT TYPE="text" NAME="subject" SIZE="30"><BR>
    Your message<BR>
    <TEXTAREA NAME="text" COLS="30" ROWS="5"></TEXTAREA><BR>
    <INPUT TYPE="submit">
    <INPUT TYPE="reset">
    </FORM>
    View the attachment below to see what it will look like on a page.

    Note: Because of the character encoding we use at TZ you might have to copy/paste that code into a text editor first (e.g notepad) and then copy/paste it from there into your html page.
    Last edited by Reverend; May 12th, 2005 at 21:06 PM.

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

Posting Permissions

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