Skip to main content

A simple widget that uses collective.recaptcha for Archetypes

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

collective.recaptchawidget-0.5.1-py2.4.egg (27.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page