= quintagroup.formlib.captcha = == Links == * Home page - http://quintagroup.com/services/plone-development/products/quintagroup.formlib.captcha * Repository - http://svn.quintagroup.com/products/quintagroup.formlib.captcha * Releases - http://plone.org/products/quintagroup.formlib.captcha/releases == Introduction == quintagroup.formlib.captcha allows adding captcha field to the zope.formlib 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://pypi.python.org/pypi/zope.formlib zope.formlib]''' - for creating the form itself 2. '''quintagroup.formlib.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. == 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.