Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

modCaptcha Project Home

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
title./www/Application.cfm

<farcry:farcryInit 
  name="daemon" 
  dbType="mssql" 
  plugins="farcrycms,modCaptcha,googleMaps" />

Then simply reinitialise your application to make the formtool available.