Form Action Email not working: Please Help!

Discussion in 'HTML & Website Design' started by michael lewis, Oct 27, 2009.

  1. #1
    I created a form and I am using the mail to code and cannot get the submit button to send the form to my email address. I have the following code:


    <form method="post"
    action="mailto:email_address"
    enctype="text/plain">
    <input type="submit" value="Submit Application" />
    <input type="reset" value="Cancel" />
    </form>

    Can someone guide me on how to get this working? I prefer working with the mail to code.

    Thanks
     
    michael lewis, Oct 27, 2009 IP
  2. Keepern

    Keepern Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Keepern, Oct 27, 2009 IP
  3. michael lewis

    michael lewis Peon

    Messages:
    178
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Got it to work. Yea, mail opt is not a proper way but I wanted to learn how to implement it correctly. Thanks for your help
     
    michael lewis, Oct 27, 2009 IP