wpforms recaptcha not working
-
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” async defer></script>Please help me to fix.
- The topic ‘wpforms recaptcha not working’ is closed to new replies.