• Resolved sudhakar8594

    (@sudhakar8594)


    Having issue with WPforms-lite and reCaptcha ….after a form is completed, checkbox for reCaptcha is checked and then I hit submit, error msg under captcha box is displayed “this field is required” .since the box is checked.

    I have checked the page source wp forms not showing captcha API script code,
    so I have added manually

    <script type=”text/javascript”>
    var CaptchaCallback = function(){
    $(‘.g-recaptcha’).each(function(index, el) {
    grecaptcha.render(el, {‘sitekey’ : ‘*****************************’});
    });
    };
    </script>
    <script src=”https://www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit&#8221; async defer></script>

    Please help me to fix.

    • This topic was modified 6 years, 7 months ago by sudhakar8594.
    • This topic was modified 6 years, 7 months ago by sudhakar8594.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi sudhakar8594,

    In order to best assist, we’d need to see the URL where the form is embedded. This will allow me to take a look at the page’s source code and get a better idea of what might be happening.

    When you get a chance, could you please share that URL?

    Thanks! ??

    Hi sudhakar8594,

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. Please feel welcome to continue the conversation, though.

    If you’d like to do that, please just share the details I mentioned above and we’d be happy to assist. Thanks! ??

    Hi, I have the same problem, my web is: wecestudios.com

    I have a form in 3 pages and it shows me the same error in each one.

    Thanks and sorry if my english is bad

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi wecelio,

    I am able to see the error on your site. It seems that the code that runs reCAPTCHA is getting loaded twice on the page — once by WPForms, and once by either your theme or another plugin.

    To resolve this, you can try to track down what’s generating the other reCAPTCHA code and, if possible, turn it off. Alternatively, you can enable No-Conflict Mode in WPForm’s reCAPTCHA settings .

    I hope this helps ??

    Yeah I thought so, thanks for the confirmation.

    My question now is, how can I find out what is generating the other reCaptcha?

    I have disabled all the plugins and the error persists. Is there any way to find what produces it?

    Thanks!

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi wecelio,

    I apologize for the late reply!

    In many cases, the other reCAPTCHA can be found in the site theme. To check for this, you could switch to a default WordPress theme like the ‘TwentySeventeen’ to see if that resolves the issue.

    If that is so, you could your theme for an option to turn off reCAPTCHA, or contact your theme developer to see if there’s an option for this.

    I hope this helps ??

    Since the thread is still open, I will try in here …

    Hi, I have the same problem right now. I had invisible captcha activated in WPforms Lite. But now receiving spam mails. Thats why I changed googles reCaptcha code to ‘check marked’, like visible, inserted codes into WPforms, but reCaptcha doesn’t apply.
    I activated “non-conflict” mode. No changes. Could you please help out?
    Thank you.

    My page is https://www.efetack.com
    Mail button in Menü as icon.

    Thank you.

    EFE

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi efetack,

    It looks like you’ve not enabled reCAPTCHA on the form in the URL which you’ve shared. In case it helps, we have a step-by-step guide on how to set up reCAPTCHA.

    If that does not resolve the issue, could you share a page on your site where the reCAPTCHA field is enabled on a form?

    Thanks ??

    Hello,

    Kindly help me out. I have a custom template theme (designed myself) for my wordpress site.. THe problem is … I enabled Recaptchav3 invisible on my site, while following all steps to activate it,,, as shown on Wpforms site…

    But the problem is reCaptcha module is not working for my site… I only get error while submitting the form like..

    recptcha is required…

    and the recaptcha(invisible) badge is also not being displayed… I cant say whats wrong I did to it…

    my website link: https://WWW.DESIGNOMATIC.IN/contact-us

    Please Help
    Sumit K

    • This reply was modified 5 years, 8 months ago by vickievik.
    • This reply was modified 5 years, 8 months ago by vickievik.
    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi Sumit,

    It seems that there might be a plugin or theme conflict that is preventing the reCAPTCHA, as well as WPForms’ validation code from working properly. To test for conflict, please follow our step-by-step tutorial.

    I hope this helps ??

    Hello Sir,
    Thanks for the reply. Yes I found out, its due to my current theme that I designed myself(as switching to a different them, the recaptcha code worked fine.). I used the Underscores theme as a base and then modified it and stylized with my custom css. But I am not sure what code is causing this error. I dont want to change this theme..

    Kindly Help
    Regards
    Sumit K

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘wpforms recaptcha not working’ is closed to new replies.