Skip to content

IolaneAndrade/collective.recaptchacontactform

 
 

Repository files navigation

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.

About

Protect the Plone contact form with ReCaptcha 2 from spam.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.8%
  • RobotFramework 17.0%
  • Shell 2.2%