form for biodata submission

Discussion in 'HTML & Website Design' started by Ellys Kho, Apr 16, 2013.

  1. #1
    i make form for biodata. but when i test it , can't work and the data not sent to my email. here the sample.
    
    <form method="post" />
    <table>
    <tr>
    <td>Name:</font></b></td>                               
    <td><input type="text" name="name" /></td>                           
    </tr>
    <tr><td ><b>Website URL:</font></b></td>
    <td><input type="text" name="url" size="55" value="http://" ></td>
    </tr>
    <tr>
    <td><input type="submit" value="Submit" /></td></tr>
    </table>
    </form>
    
    Code (markup):
    please help me guys to fix it.
     
    Solved! View solution.
    Ellys Kho, Apr 16, 2013 IP
  2. #2
    There should be a PHP script handling data sent by the form (I read that you can send an e-mail by HTML only but that solution sucks because it doesn't check if a field is empty etc.).

    Take a look at this: http://myphpform.com/
     
    Devtard, Apr 16, 2013 IP
    dotcompals likes this.
  3. cadsii

    cadsii Well-Known Member

    Messages:
    220
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #3
    where is the script to handle the data ?
     
    cadsii, May 3, 2013 IP