skip to navigation
skip to content

collective.recaptchawidget 0.5.1

A simple widget that uses collective.recaptcha for Archetypes

Downloads ↓

Product information
===================

This is a simple widget and field for Archetypes that uses
collective.recaptcha to show a captcha in any archetypes-based content
type. Changes to the content type will not be saved if the captcha code
entered by the user is incorrect.

To use it, simple define a field in your archetypes schema that looks
like this example::

    RecaptchaedContentSchema = atapi.Schema((

        atapi.TextField(
            'Text',
            storage=atapi.AnnotationStorage(),
            widget=atapi.TextAreaWidget(
                label=_(u"Text"),
                description=_(u"Field description"),
            ),
            required=True,
        ),

        CaptchaField(
            'captcha',
        ),

    ))


- Code repository: http://svn.plone.org/svn/collective/collective.recaptcha
widget
- Questions and comments to plone users list.
 
File Type Py Version Uploaded on Size # downloads
collective.recaptchawidget-0.5.1-py2.4.egg (md5) Python Egg 2.4 2010-04-16 26KB 569