collective.recaptchawidget 0.5.1
A simple widget that uses collective.recaptcha for Archetypes
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 |
- Author: Carlos de la Guardia
- License: GPL
- Package Index Owner: cguardia
- DOAP record: collective.recaptchawidget-0.5.1.xml
