Results 1 to 12 of 12
  1. #1

    Default How to create a secure contact form?

    Hi, I need a secure contact form, because I get too much spam. Can you recommend a free script, or at least very cheap, but good?

  2. #2

    Thumbs up

    I would suggest you to check PHP Form Mailer script which is a free script to create forms. It has got many features which will allow you to create a unique contact form on your website and you will be able to customize the form as per your requirements.

    It also includes an image verification system and protection against email header injection which is a security feature against unsolicited emails

  3. #3
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by bernard4 View Post
    Hi, I need a secure contact form, because I get too much spam. Can you recommend a free script, or at least very cheap, but good?
    Have you tried the renowned 'Matt's formmail' ? It's a generic HTML form to e-mail gateway that parses the results of any form and sends them to the specified users. More info can be found here : "scriptarchive.com/formmail.html".

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

  4. #4

    Default

    Thank you for your suggestion. Those form processors programs are much better than my self-made forms.

    I am testing now Formmail and 123contactform. I am sure I will settle for one of them.

  5. #5
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by bernard4 View Post
    Thank you for your suggestion. Those form processors programs are much better than my self-made forms.

    I am testing now Formmail and 123contactform. I am sure I will settle for one of them.
    You're welcome & good luck

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

  6. #6

    Default

    or use this one

    phpform.org

  7. #7
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by Astrologer View Post
    or use this one

    phpform.org
    Thank you for sharing the link..

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

  8. #8
    Join Date
    Nov 2009
    Location
    kavoir.com
    Posts
    6

    Default

    If you can program yourself, the only thing you need to circumvent spam is to implement a humanly question such as: Clear this text box if you are human, then there's a default word such as "bad" in the input field.

    Other questions would do too. Look at what I did on my studio site (at the bottom of the page).

  9. #9

    Default

    If you are using Wordpress for your website then you can easily install a Wordpress plugin called Fast and Secure Contact Form on your website which is also a free contact form provided for Wordpress

  10. #10
    Join Date
    Jan 2010
    Posts
    9

    Default reply

    to keep a secure contact form is the most essential part..
    so we use this..
    <form name="contact" method="post" action="contact.php">
    Your Name: <input type="text" name="Name"><br>
    Your Email: <input type="text" name="Email"><br>
    Subject: <input type="text" name="Subject"><br><br>
    Reason:
    <select name="Reason">
    <option value="1">General Feedback</option>
    <option value="2">Advertising</option>
    <option value="3">Privacy Issues</option>
    </select><br>
    Message:<br>
    <textarea name="Message" cols="30" rows="8"></textarea><br>
    <input type="submit" name="submit" value="Contact Us">
    </form>

  11. #11
    Join Date
    Apr 2007
    Location
    Manchester, United Kingdom
    Posts
    8,440

    Default

    Quote Originally Posted by caroline View Post
    to keep a secure contact form is the most essential part..
    so we use this..
    <form name="contact" method="post" action="contact.php">
    Your Name: <input type="text" name="Name"><br>
    Your Email: <input type="text" name="Email"><br>
    Subject: <input type="text" name="Subject"><br><br>
    Reason:
    <select name="Reason">
    <option value="1">General Feedback</option>
    <option value="2">Advertising</option>
    <option value="3">Privacy Issues</option>
    </select><br>
    Message:<br>
    <textarea name="Message" cols="30" rows="8"></textarea><br>
    <input type="submit" name="submit" value="Contact Us">
    </form>
    How is that secure? lol
    David Smith
    DPS Computing
    http://www.dpscomputing.com (Computing, Reviews, News) - We're still plodding on adding new content and features (August 2011)
    http://www.djdavid.co.uk - Massive update! (September 2011) - It's now not neglected!!
    http://davidsmith.dpscomputing.com (My Personal Website) - New Site (10/2009)

  12. #12
    Join Date
    Apr 2010
    Posts
    10

    Default

    I don't know how work scripts for this purpose, but I have done very good protection for my site with form creator and captcha.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •