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.
===================
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.
Release files for collective.recaptchawidget 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| collective.recaptchawidget-0.5.1-py2.4.egg | Legacy Egg format | - | - | Details |
Release files / collective.recaptchawidget-0.5.1-py2.4.egg
| Download URL | collective.recaptchawidget-0.5.1-py2.4.egg |
|---|---|
| Size | 27.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
82ff34da3f5df76f20fc035a58430e8c394e33a2710879aec98626b3f04a6f3e
|
|
BLAKE2b-256 checksum How to use checksums |
2f284de4c614e031eed1965d1176c90c8b68f2d5ceaeb83a19d439373e4130c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |