Closed erral closed 2 years ago
This can be related to having some kind of generic way of handling captcha, which is required in case we manually inject any captcha solution in the front-end.
You're absolutely right. For another product (used both in volto and classic Plone) i managed recaptcha: https://github.com/RegioneER/rer.customersatisfaction/#captcha-protection
We should do something similar here too probably.
@cekk @erral @giuliaghisini
A try to complete the captcha support here:
https://github.com/collective/collective.volto.formsupport for the backend with https://github.com/collective/volto-form-block/tree/captcha for the frontend
Quick instructions:
Trying the code and any suggestions are welcome.
Right now recaptcha and hcaptcha integration is included just in the front-end but not in the backend. Both recaptcha and hcaptcha require, according to their documentation, backend verification of the front-end values, which is not available right now.