Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Location
    Cymru
    Posts
    2,157
    Tokens
    2,925

    Latest Awards:

    Default Could Someone Quickly Give Me A Form Code....

    Just a fully completed form code.

    With about 10 fields, all text boxes ( i can change the titles of the fields after )

    and a working submit button so it sends the form to me howeveer it usually does ( email or whatever )

    Thanks alot

    + However much rep i have

  2. #2
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    HTML Code:
    <form action="page.php" method="POST">
    <input type="text" name="text1" />
    <input type="text" name="text2" />
    <input type="text" name="text3" />
    <input type="text" name="text4" />
    <input type="text" name="text5" />
    <input type="text" name="text6" />
    <input type="text" name="text7" />
    <input type="text" name="text8" />
    <input type="text" name="text9" />
    <input type="text" name="text10" />
    <input type="submit" value="Submit" name="submit" />
    </form>
    Is that ok?

  3. #3
    Join Date
    May 2006
    Location
    Cymru
    Posts
    2,157
    Tokens
    2,925

    Latest Awards:

    Default

    Ye just how do i receive the form compelted by the user?

    TY
    REppy

Posting Permissions

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