Need some help with my HTML form

Discussion in 'HTML & Website Design' started by Jason1988, Apr 22, 2010.

  1. #1
    I created a contact us form in HTML. The problem I am having is when someone clicks Send, I need it to go to the email address that's in the code. What do I add to the form code, to make it work.
     
    Jason1988, Apr 22, 2010 IP
  2. kishor212

    kishor212 Guest

    Messages:
    124
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Am not sure about the code what to add... but design it with webdesigner and it would show you the needed codes..!

    Also you can try with PHP to create contact pages..!

    Understand PHP would be secure as far as something else would be discovered..!

    If you dont know PHP and want me to do it, Then PM me.. i can help you..!
     
    kishor212, Apr 22, 2010 IP
  3. willrs

    willrs Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You need to use a PHP page. For example, let's say that now you have contact.html. Then create send.php and make contact.html send the form to this page.

    Here is an example of a code that you could use to send the email:

     
    willrs, Apr 22, 2010 IP
  4. Jason1988

    Jason1988 Well-Known Member

    Messages:
    527
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    125
    #4
    Thanks.....
     
    Jason1988, Apr 22, 2010 IP