Skip to content

Latest commit

 

History

History
104 lines (64 loc) · 2.95 KB

README.rst

File metadata and controls

104 lines (64 loc) · 2.95 KB

collective.recaptchacontactform

Protect the Plone contact form from spam with reCAPTCHA 2.

This Plone add-on adds a plone.formwidget.recaptcha spam protection field to the contact form.

Plone reCAPTCHA contact form

Examples

This add-on can be seen in action at the following sites:

Installation

Install collective.recaptchacontactform by adding it to your buildout:

[buildout]

...

eggs =
    collective.recaptchacontactform

and then running bin/buildout.

Go to the Plone add-on control panel ("prefs_install_products_form") and install collective.recaptchacontactform.

Then you should see the ReCaptcha control panel ("@@recaptcha-settings").

Go to https://www.google.com/recaptcha/ and register your domain in order to get a "site key" and a "secret key".

Go to the ReCaptcha control panel ("@@recaptcha-settings") and enter those keys into the form. Save the form.

Plone reCAPTCHA control panel

If you go to the contact form now ("contact-info") and you will see an ReCaptcha field at the bottom of the form.

Contribute

Support

If you are having issues, please let us know via the github issue tracker: https://github.com/collective/collective.recaptchacontactform/issues

Credits

The Document Foundation

The development of this plugin has been kindly sponsored by The Document Foundation.

kitconcept

Developed by kitconcept.

License

The project is licensed under the GPLv2.