Having issue while submitting the umbraco form with GoogleReCaptcha Field. I am getting Recaptcha Verification Failed : timeout-or-duplicate validation error.
I am using Umbraco version: 7.6.3 assembly: 1.0.6361.21154
Downloaded the Recaptcha plugin from the below link:
Recaptcha Verification Failed: timeout-or-duplicate (ReCaptcha v2.0)
Having issue while submitting the umbraco form with GoogleReCaptcha Field. I am getting Recaptcha Verification Failed : timeout-or-duplicate validation error.
I am using Umbraco version: 7.6.3 assembly: 1.0.6361.21154
Downloaded the Recaptcha plugin from the below link:
https://our.umbraco.com/packages/collaboration/recaptcha-field-for-umbraco-forms/
I found some solution which is also not working for me. here is the link:
https://our.umbraco.com/forum/umbraco-pro/contour/63765-Upgrading-ReCaptcha-to-the-Im-not-a-robot-version#comment-215220
Everything was working fine if i removed the GoogleReCaptcha Field from the Umbraco form.
Please help me out...
Thanks.
I'm also facing same problem. Can anyone help us please?
Hi @Mazhar
I have resolved the above issue by commenting the following submit event from both umbracoforms.js which is located in the following places.
1- AppPlugins/UmbracoForms/Assets/umbracoforms.js and 2- AppPlugins/UmbracoForms/Assets/themes/default/umbracoforms.js
we are commenting this event because jquery by default trigger the submit event which cause multiple submission in Umbraco form.
is working on a reply...