Help With HTML Form Please Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Help With HTML Form Please

    avatar
    jonnyuk
    New Member


    Posts : 9
    Reputation : 0
    Language : England, United Kingdom

    Help With HTML Form Please Empty Help With HTML Form Please

    Post by jonnyuk May 27th 2011, 2:53 pm

    I followed the tutorial on how to make a web form but When i fill the form out and press Submit/Send it doesn't do anything

    the form can be found here http://www.drunknoobs.com/h9-contact-form

    and the code is here

    Code:
    <form action="mailto:jonnyuk10@gmail.com" method="post" enctype="text/plain">
    Your Urban Terror Name:<br>
    <input type="text" name="name">
    <br>
    <br>
    Your Email Address:<br>   
    <input type="text" name="name">
    <br>
    <br>
    The Cheaters Name:<br>
    <input type="text" name="name">
    <br>
    <br>
    The Cheaters IP Address:<br>
    <input type="text" name="name">
    <br>
    <br>
    Which Cheats Were Used?<br>
    <input type="checkbox" name="color" value="Red">Aimbot<br>
    <input type="checkbox" name="color" value="Blue">Wallhack<br>
    <input type="checkbox" name="color" value="Yellow">AutoShoot<br>
    <input type="checkbox" name="color" value="Green">Other
    <br>
    <br>
    Upload Demo By Clicking The "Upload a Demo" Button On The Toolbar <br>
    <input type="text" name="name"><br>
    <br>
    <br>
    Do You Wish To Be Emailed When The Cheater Is Banned?<br>
    <select name="color">
    <option value="Red">Yes</option>
    <option value="Blue">No</option>
    </select>
    <br>
    <br>
    Additional Comments:<br><textarea name="comments" rows="6" cols="65"></textarea>
    <br>
    <input type="submit" value="send">
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by kirk May 27th 2011, 3:28 pm

    i don't see any tutorial?
    not sure, have you tried to ask over there?

    avatar
    jonnyuk
    New Member


    Posts : 9
    Reputation : 0
    Language : England, United Kingdom

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by jonnyuk May 27th 2011, 3:35 pm

    There was a tutorial somewhere here explaining how to create this form..... the only problem for me is that it will not send any emails when i click send...
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by kirk May 27th 2011, 3:39 pm

    where is it supposed to send the email or what ever, i think you might have to add the link of where it's supposed to be sent to?

    I am not sure because i do not understand what it's even for.. i am bad when it comes to gaming stuff.. like the whole ip,cheat ban thing is throwing me for a loop... lol
    avatar
    jonnyuk
    New Member


    Posts : 9
    Reputation : 0
    Language : England, United Kingdom

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by jonnyuk May 27th 2011, 3:42 pm

    It's supposed to be a webform so that players that enter my gameserver can go tot he website and report cheaers, when they fuill out the webform and click send, it does not send

    The question is... Why doesnt it send?
    avatar
    jonnyuk
    New Member


    Posts : 9
    Reputation : 0
    Language : England, United Kingdom

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by jonnyuk May 27th 2011, 9:55 pm

    Does anybody have the solution?
    lisa1302
    lisa1302
    Forumember


    Female Posts : 305
    Reputation : 40
    Language : Enlish
    Location : UK

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by lisa1302 May 27th 2011, 10:04 pm

    Why don't you try using an online form creator account? http://www.emailmeform.com/ like this one?

    ETA - I tried your code and it works ok, as in brings up my email client to send the email
    sgeorge
    sgeorge
    Forumember


    Male Posts : 556
    Reputation : 15
    Language : Greek - English
    Location : Greece

    Help With HTML Form Please Empty Re: Help With HTML Form Please

    Post by sgeorge May 27th 2011, 11:53 pm

    lisa1302 wrote:Why don't you try using an online form creator account? http://www.emailmeform.com/ like this one?

    ETA - I tried your code and it works ok, as in brings up my email client to send the email

    yeah It works for me too...!