= quintagroup.pfg.captcha = == Links == * Home page - http://quintagroup.com/services/plone-development/products/quintagroup.pfg.captcha * Repository - http://svn.quintagroup.com/products/quintagroup.pfg.captcha * Releases - http://plone.org/products/quintagroup.pfg.captcha/releases == Introduction == Quintagroup !PloneFormGen !CaptchaField (quintagroup.pfg.captcha) allows adding captcha field to !PloneFormGen forms. == Installation order == To create forms with the captcha field you need to install the following Plone products. Make sure the products are installed in this order, otherwise they may fail to work correctly: 1. '''[http://plone.org/products/ploneformgen PloneFormGen]''' - for creating the form itself 2. '''quintagroup.pfg.captcha''' - for adding captcha field to the form, it will be installed together with '''quintagroup.captcha.core''' package that enables Plone captchas on Plone sites. [[Image(installed-products.png, nolink)]] == Supported Plone version == * 3.x quintagroup.pfg.captcha was tested with Plone 3.0.6, 3.1.7, 3.2.3, and 3.3.4. == Usage == To add captcha field to the !PloneFormGen form: * go to the desired form and select '''Captcha Field''' from '''Add new...''' drop-down menu [[Image(add-new.png, nolink)]] * Captch field is getting its id "key" by default. You only need to save this field. [[Image(edit.png, nolink)]] * Go back to the form to see the captcha field beneath all other fields [[Image(form.png, nolink)]] == Notes == * If you want to change captcha look - use [wiki:quintagroup.captcha.core quintagroup.captcha.core] settings. * If you want captcha for default Plone forms - use [wiki:quintagroup.plonecaptchas quintagroup.plonecaptchas] product.