cancel
Showing results for 
Search instead for 
Did you mean: 

Google reCAPTCHA broken after 2.3.1 >> 2.3.2 upgrade

Google reCAPTCHA broken after 2.3.1 >> 2.3.2 upgrade

Hello,

I have also face this problem. this error comes to a random time in only my page. 

Please give the solution to me.

 

Re: Google reCAPTCHA broken after 2.3.1 >> 2.3.2 upgrade

Thanks for sharing your issue here in the forum.

 

It's an ongoing problem we all face as store owners, and with spam bots continually flooding our newsletter subscription boxes it really compromises mail deliverability. 

 

Can anyone clarify the following:

1. Whether this occurs regardless of the extension used to enable recatpcha

2. Whether it's v2 and v3 recaptcha

3. Whether upgrading to Magento 2.3.3 has helped

 

We are looking to implement recaptcha at this moment via an extension.

 

We are not yet on 2.3.x and still on 2.2.x as I'm sure many are and it would help when we come to upgrade.

 

Thank you in advance

Re: Google reCAPTCHA broken after 2.3.1 >> 2.3.2 upgrade

Try adding the following code in the css. It should hide the badge from both mobile and desktop.

 

.grecaptcha-badge { 
    visibility: hidden;
}
You are allowed to hide the badge as long as you include the reCAPTCHA
branding visibly in the user flow. Please include the following text:

This site is protected by reCAPTCHA and the Google
    <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">Terms of Service</a> apply.

Re: Google reCAPTCHA broken after 2.3.1 >> 2.3.2 upgrade

I was able to fix this issue by recreating my keys in  Google  Recaptcha and selecting the invisible option. "Im not a robot" still appears during registration, and everything appears to be functional.