-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Recently we noticed for some of our websites that recaptcha (V2 and V3) does not work anymore.
After submitting the form the server returns "Please provide a valid value for recaptcha". We have also tested this in a clean install of Umbraco.
We checked the google recaptcha settings and keys which all seem to be in order. The problem stil persists.
Reproduction
Clean install Umbraco (version 10.5) and install Umbraco Forms (version 10.5.x). Setup a valid recaptcha and set the keys for localhost.
Setup a form with recaptcha and submit it.
Bug summary
Recaptcha server validation always returns an error on submit.
Specifics
Umbraco Version 10.5
Umbraco Forms Version 10.5.x
Any form with recaptcha.
Error message is:
"Please provide a valid value for recaptcha".
Steps to reproduce
See above.
Expected result
That recaptcha does what it supposed to do which is submit the form and process the data and not create errors.
Actual result
Form is not submitted and error is displayed.