I have the same problem but in woocommerce checkout page.
Yes @johndg10 ! In that same page is where I had the problem!
i had the same issue and i noticed that the reCAPTCHA was not being reloaded when there was an error on WooCommerce checkout submission.
i have removed the wc_checkout_params condition on anr-captcha-class.php (lines 328–330) and now it’s working again.
turned this:
if ( typeof wc_checkout_params !== 'undefined' ) {
jQuery( document.body ).on( 'checkout_error', anr_onloadCallback );
}
into this
jQuery( document.body ).on( 'checkout_error', anr_onloadCallback );
don’t know if it’s the best solution, let’s see what plugin author has to say.
This check is there so that it runs only in checkout page. This should not have any impact.
Can you give me your checkout page url so that i can check?
I uninstalled your plugin 3 months ago