Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2005
    Posts
    190
    Tokens
    0

    Default - Crys - Whats wrong with my code???

    I am trying to make a contact form for my site and i am a bit of a HTML noob so if anyone could aadvise my with the form that would be great.

    What keeps happening is the code underneath the bit for contact keeps appearing in the comment box
    also my send and reset button has dissapeared.
    HTML Code:
    <html>
    <body bgcolor="#D2F2F5">
    
    <p>
    <font size="2" face="Verdana">
    <html>
    <body>
    <form action="MAILTO:[email protected]" method="post" enctype="text/plain">
    <p>
    <font size="2" face="Verdana">
    <font size="2" face="Verdana">
    Habbo Name:<br>
    <input type="text" name="name"<br>
    <font size="2" face="Verdana">
    <br> Email Adress:<br>
    <input type="text" name="mail"
    size="20"><br>
    Comment:<br>
    <textarea rows="5" cols="20">
    
    <input type="submit" value="Send">
    <input type="reset" value="Reset">
    
    </form>
    </body>
    </html>

  2. #2
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default

    You Missed Out </textarea> Simple Mistake Lol

    HTML Code:
    <html>
    <body bgcolor="#D2F2F5">
    <p>
    <font size="2" face="Verdana">
    <html>
    <body>
    <form action="MAILTO:[email protected]" method="post" enctype="text/plain">
    <p>
    <font size="2" face="Verdana">
    <font size="2" face="Verdana">
    Habbo Name:<br>
    <input type="text" name="name"<br>
    <font size="2" face="Verdana">
    <br> Email Adress:<br>
    <input type="text" name="mail"
    size="20"><br>
    Comment:<br>
    <textarea rows="5" cols="20">
    </textarea><br>
    <input type="submit" value="Send">
    <input type="reset" value="Reset">
    </form>
    </body>
    </html>
    Also Its Best Not To Use

    mailto:
    Last edited by :Edzy; 28-03-2006 at 04:06 PM.
    EDTALKING


  3. #3
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    It wont work anyway, as you don't have a form handler.
    kinda quit.

  4. #4
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default

    thats what i meant lol u need a script for it to follow instead of mailto: tou want something like follow.php
    EDTALKING


Posting Permissions

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