• Hi,

    Captcha not working on woocommerce login form. I am using invisible v2 captcha.

    I debugged in the code and see that you are using JavaScript submit method.
    anr_obj.callback = function(){ anr_form<?php echo $num; ?>.submit(); };

    WooCommerce checking $_POST[‘login’] to verify form is submitted or not. but as you are using submit method so this post variable doesn’t pass to PHP and login not working.

    Hope you understand and fix the issue soon

    Best regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Captcha not working on WooCommerce login form’ is closed to new replies.