Skip to content

Commit

Permalink
chore: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed May 19, 2022
1 parent 12060e7 commit 3dd04ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For select, radio and checkbox fields, you can select a list of values.
## Captcha verification

This form addon is configured to work with [HCaptcha](https://www.hcaptcha.com) and [ReCaptcha](https://www.google.com/recaptcha/) to prevent spam.
In order to make one of these integrations work, you need to add https://github.com/plone/plone.formwidget.hcaptcha Plone addon or https://github.com/plone/plone.formwidget.recaptcha Plone addon (or both) and configure public and private keys in controlpanels.
In order to make one of these integrations work, you need to add [https://github.com/plone/plone.formwidget.hcaptcha](https://github.com/plone/plone.formwidget.hcaptcha) Plone addon or [https://github.com/plone/plone.formwidget.recaptcha](https://github.com/plone/plone.formwidget.recaptcha) Plone addon (or both) and configure public and private keys in controlpanels.

### HCaptcha

Expand Down Expand Up @@ -106,6 +106,14 @@ i.e.: aggregated data from user federated authentication:

![Static fields](./docs/form-static-fields.png)

## Upgrade guide:

To upgrade to version 2.4.0 you need to:

- remove the env vars
- install [https://github.com/plone/plone.formwidget.hcaptcha](https://github.com/plone/plone.formwidget.hcaptcha) or [https://github.com/plone/plone.formwidget.recaptcha](https://github.com/plone/plone.formwidget.recaptcha) or both in Plone.
- insert private and public keys in Plone HCaptcha controlpanel or/end Plone ReCaptcha controlpanel.

## Video demos

- [Form usage](https://youtu.be/v5KtjEACRmI)
Expand Down

0 comments on commit 3dd04ca

Please sign in to comment.