How do I configure the contact form on an HTML site?

Discussion in 'HTML & Website Design' started by Medline Masson, Jul 3, 2013.

  1. #1
    How do I configure the contact form on an HTML site so that I can receive the forms through my email.

    http://landingpagedesigns.net/catalog/product/gallery/id/300/image/662/
     
    Medline Masson, Jul 3, 2013 IP
  2. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #2
    You will have to use a html form with Php to send the content to your email, check this quick tutorial : Link

    Goodluck
     
    themes4all, Jul 3, 2013 IP
  3. Medline Masson

    Medline Masson Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Thanks themes4all
     
    Medline Masson, Jul 3, 2013 IP
  4. WebDeveloperSahil

    WebDeveloperSahil Active Member

    Messages:
    331
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #4
    You can't make a contact form only with HTML. You need a server side programming language that run code on server side and send an email. But HTML dont deal with server side programming as its only a markup language.
     
    WebDeveloperSahil, Jul 9, 2013 IP