News Feed
Jobs Feed
Sections




News Archive
ITNewb.com:
Building a Spam Free Contact Form without Captchas
August 12, 2009 @ 08:14:53

New on the ITNewb.com site today there's a tutorial looking at making your forms a bit more "spam free" without resorting to CAPTCHA images.

Most anti-spam methods used by websites today are annoying at best. They use impossible-to-read captcha images, or they make users jump through some kind of hoop to get the email address instead of just clicking on it. This can mean lost sales and opportunities for you, because each hurdle turns away more users.

The trick uses some CSS and Javascript to hide a form field (display:none) and check on the submit to ensure that it's empty. The email address is the output of a Javascript document.write() as well, preventing those pulling the information off of your site without Javascript support (like some automated tools) to miss it completely.

0 comments voice your opinion now!
spam form protect tutorial contact


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Validating PHP User Sessions

Tutorial: An Introduction to XDebug

ProDevTips.com: Writing a CMS/Community with Smarty and the Zend Framework: Part 6

Brian Swan's Blog: Automating PHPUnit Tests in Windows Azure

Avnet Labs Blog: TDD with Zend Framework


Community Events











Don't see your event here?
Let us know!


release testing functional phpunit community opinion introduction language development database symfony2 series interview google conference framework rest usergroup zendframework2 podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework