Contact Form with Honeypot Captcha

Contact Form with Honeypot Captcha

form

Here is a contact form script that I have put together over the past couple of months.

I started off with my basic contact form in html, css and php.   But I started to get spam so I added a honeypot captcha. As spam bots can’t resist filling in every field that they see, I made one field invisible using CSS (Spam bots tend not to use CSS).  The php then checks to see if the field is empty before it sends.  This method may not fool all the spam bots but it will drastically reduce the amount of spam.

Read more on Contact Form with Honeypot Captcha…