Need a contact form

Discussion in 'General Chat' started by selip, Jul 19, 2007.

  1. #1
    Hello,

    I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?
    :)
     
    selip, Jul 19, 2007 IP
  2. Freelance GD

    Freelance GD Well-Known Member

    Messages:
    1,913
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    185
    #2
    Freelance GD, Jul 19, 2007 IP
  3. IndianMonk

    IndianMonk Notable Member

    Messages:
    2,666
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    225
    #3
    Is there any php contact form available?
     
    IndianMonk, Jul 19, 2007 IP
  4. longhornfreak

    longhornfreak Well-Known Member

    Messages:
    2,067
    Likes Received:
    95
    Best Answers:
    0
    Trophy Points:
    140
  5. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #5
    HTML forms are pretty bad really. It'd probably be worth moving to a web host just to allow yourself to get PHP access. The reason why HTML forms aren't really ideal is because they don't send anything. They simply require the user to open up their default email program and it has the content they wrote in the email for them. It is fine for those that use Outlook Express / Microsoft Outlook. But most users these days use web-based email such as gmail, yahoo, hotmail, etc. None of those will be able to operate the form properly.
     
    PHPGator, Jul 19, 2007 IP
  6. anions

    anions Notable Member

    Messages:
    4,840
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    275
    #6
    You can use:
    contactify.com
    emailmeform.com

    Hope that helped :D
     
    anions, Jul 19, 2007 IP
  7. selip

    selip Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thank you for your suggestions! I found a site that offers remotely hosted contact forms, www.emailmeform.com . Basically, I paste the html code in my website, and it calls the php script on their server who sends the email.:)
     
    selip, Jul 21, 2007 IP
  8. Bartuc

    Bartuc Active Member

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    #8
    you can found thousands of them from hotscripts.com
     
    Bartuc, Jul 21, 2007 IP