how send data to a particular email address using html contact form...???

Discussion in 'HTML & Website Design' started by lalitkumar, Sep 15, 2013.

  1. #1
    Hello friends

    anyone can give me code or tell me how to send data to a particular email address using html contact form...???

    I am using this code but not working..

    <FORM METHOD=POST ACTION="mailto:" ENCTYPE="text/plain">
    First Name: <input type="text" name="firstname"><br />
    Last Name:<input type="text" name="lastname"><br />
    Subject:<input type="text" name="lastname"><br />
    Message <BR>
    <TEXTAREA NAME="COMMENTS" ROWS="13" cols="40" WRAP="hard">
    </TEXTAREA>
    <INPUT NAME="redirect" TYPE="hidden" VALUE="index.html">
    <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html">
    <BR>
    <INPUT TYPE="submit" VALUE="Send">
    <INPUT TYPE="reset" VALUE="Clear">
    </FORM>



    help me... i am waiting......
     
    lalitkumar, Sep 15, 2013 IP
  2. competent123

    competent123 Notable Member

    Messages:
    1,752
    Likes Received:
    71
    Best Answers:
    6
    Trophy Points:
    255
    #2
    this will open something like outlook express, which few people use now. you want something that will send email to something using php's mail function.

    google it, you will get more than required info for it.
     
    competent123, Sep 15, 2013 IP
    malky66 likes this.
  3. lalitkumar

    lalitkumar Greenhorn

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    will you help me to complete it...
     
    lalitkumar, Sep 15, 2013 IP
  4. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #4
    Just Google for "contact form php", there are hundreds out there if only you weren't too bloody lazy to look for yourself.
    google.com is the url just in case you hadn't heard of it.
     
    malky66, Sep 15, 2013 IP