Contact form - easiest and best way to implement?

Discussion in 'HTML & Website Design' started by Camus, Jul 9, 2007.

  1. #1
    Hello,

    I'm not a web designer so forgive me this stupid question:

    What is the easiest way to implement a contact form on a static html site?

    I googled this and found so much info it was overwhelming. I just need something simple and easy.

    Thanks for any suggestions!
     
    Camus, Jul 9, 2007 IP
  2. smalldog

    smalldog Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello Camus,

    nice glasses :), so you have two choices:

    1) use "mailto:" as form target this way:
    This method forces the email client (e.g. Outlook) to send this email

    2) Using PHP or ASP (programming languages running on the server) much better way

    look at examples:
    http://www.ibdhost.com/contact/
    http://formtoemail.com/
     
    smalldog, Jul 9, 2007 IP
  3. lucozade111

    lucozade111 Peon

    Messages:
    1,361
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    0
    #3
    lucozade111, Jul 9, 2007 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Option 1 is the easiest but is subject to someone then hitting send and will only work if they use certain email clients, i they use webmail it wont work as well as some things like older versions of lotus notes doesnt support mailto:
     
    AstarothSolutions, Jul 9, 2007 IP
  5. jgjg

    jgjg Peon

    Messages:
    595
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you can use a form in an html page but post the form results to a php processing script which will send the form results to your email.

    do a search, I think someone posted this php script here somewhere but it is not too hard to find.
     
    jgjg, Jul 9, 2007 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Dan Schulz, Jul 9, 2007 IP
    Camus likes this.
  7. Camus

    Camus Well-Known Member

    Messages:
    124
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #7
    Camus, Jul 17, 2007 IP
  8. lajocar

    lajocar Banned

    Messages:
    346
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    That is a useful script
     
    lajocar, Jul 18, 2007 IP