I am using the code provided at Put Google’s Invisible reCAPTCHA on WordPress Login Without a Plugin for the login page.
everything goes well when someone submits the form by hitting keyboard enter but with login button click $_POST['g-recaptcha-response'] become empty.
I think the login button uses JavaScript.
Any way to fix it? Thank you.