Results 1 to 2 of 2

Thread: forms question

  1. #1
    Join Date
    Aug 2007
    Posts
    1

    Exclamation forms question

    Hi All
    Im fairly new to web design so please forgive me.

    Im using dreamweaver to develop a site which is in html.

    I have made a form which is going to be used for a booking request which i want sent to an email address. Ive heard that people can use your form to send spam so i dont want this to happen either

    What is the easiest way to do this, keeping in mind that im new to this

    Thanks for your help

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    To avoid spam you can either use PHP to send from data to a database (probably a bit too complicated for a beginner) or use Formmail
    http://www.email-form.com/?gclid=CN_...FQralAodA26BYA
    Form Processor Pro is secure and spam-proof,

    http://www.email-form.com/overview.html
    which says:-
    Works with any HTML / web form
    Anti-bot and SPAM protection with CAPTCHA new


    or you can use Javascript to "mung" the email address (Mash Until No Good) which breaks the email address into bits and re-assembles at the viewer's browser so that spam bots don't pick it up.
    The principle of this is shown here, but I haven't tried it with a form although I believe it is possible:-
    http://www.wickham43.supanet.com/tut...emailaddresses

    edit............

    This link
    http://www.accessifyforum.com/viewto...792f1584a43c7a
    seems to imply that a contact form is safer; it means that the email address is not supplied in the form. I'm not quite sure what they mean, but I think they are saying that a form which asks the viewer to read and copy images with letters into a validation box is required so that human action is necessary which a spam spider can't do. Google "contact forms" for code.

    Here's code to set up a database which will also avoid spam to your email address:-
    http://www.wickham43.net/formphptomysql.php
    Last edited by Wickham; 03 Aug 2007 at 03:29 AM.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Newbie question re: forms
    By apuffer in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 11 Dec 2006, 01:30 AM

Posting Permissions

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