Overview
modcaptcha modCaptcha is a FarCry? plugin that adds a formtool field using the LylaCaptcha ColdFusion 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:
Code Block | ||
---|---|---|
| ||
<farcry:farcryInit
name="daemon"
dbType="mssql"
plugins="farcrycms,modCaptcha,googleMaps" />
|
Then simply reinitialise your application to make the formtool available.