I'm currently using Umbraco version 9.0.1 with Forms. The forms using on the website have a recaptcha v3 component but always fails validating ("The Google reCAPTCHA failed to validate your submission.") even if the score is set on 0.
Am I missing some settings or configuration besides the keys set in the appsettings.json?
Recaptcha v3 failed to validate
Hi,
I'm currently using Umbraco version 9.0.1 with Forms. The forms using on the website have a recaptcha v3 component but always fails validating ("The Google reCAPTCHA failed to validate your submission.") even if the score is set on 0.
Am I missing some settings or configuration besides the keys set in the appsettings.json?
Hey, did you ever figure out what the issue was with this? I'm having the same issue
I too am interested in the solution. I'm having this issue right now.
I have been having he same issue.
I solved it by making sure ExcludeScripts = "0" when rendering the form and also adding @Html.RenderUmbracoFormDependencies() to the head tag.
https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/Prepping-Frontend/
The validation then worked as expected.
is working on a reply...