How to make simple form who sends all data to my email ?

Discussion in 'HTML & Website Design' started by ferma231, Apr 12, 2012.

  1. #1
    How to make simple registration form to send all data to my email ?

    I have difficulties

    I need to make form with email , phone, city and some comments and i want everything be sent to my email

    But i have problems with :
    <form action="MAILTO:someone@example.com" method="post" enctype="text/plain">
    Code (markup):
    If i click submit button , it just open gmail.com what i dont want, i want people to submit all info , they click submit and i receive they data. what should i do ?



    Full code -

    <html><body>
    
    
    <h3>Send e-mail to someone@example.com:</h3>
    
    
    <form action="MAILTO:someone@example.com" method="post" enctype="text/plain">
    Name:<br />
    <input type="text" name="name" value="your name" /><br />
    E-mail:<br />
    <input type="text" name="mail" value="your email" /><br />
    Comment:<br />
    <input type="text" name="comment" value="your comment" size="50" />
    <br /><br />
    <input type="submit" value="Send">
    <input type="reset" value="Reset">
    
    
    </form>
    </body>
    </html>
    
    
    
    Code (markup):
     
    ferma231, Apr 12, 2012 IP
  2. filegrasper

    filegrasper Active Member

    Messages:
    493
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #2
    filegrasper, Apr 12, 2012 IP
  3. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #3
    Here you need to be hire PHP web developer to create the contact us form programming with captcha code.
     
    creativewebmaster, Apr 13, 2012 IP