Overview
modCaptcha is a FarCry? plugin that adds a formtool field using the LylaCaptcha component for captcha validation. The formtool is attached to a boolean property in your content type.
Thanks to Peter J. Farrell et al for the captcha code.
Download
You may check out a read-only working copy anonymously over HTTP:
svn checkout http://modcaptcha.googlecode.com/svn/trunk/ modcaptcha
Installation
Add modCaptcha to your plugin list in the farcryinit tag of your project's Application.cfm:
./www/Application.cfm
<farcry:farcryInit name="daemon" dbType="mssql" plugins="farcrycms,modCaptcha,googleMaps" />
Then simply reinitialise your application to make the formtool available.