NO BUG: Google reCaptcha V3 not working on popup

Browser: Chrome 110
OS: macOS
URL: It’s a popup so no url
Video: ClickUp

Google Recpatcha v3 giving an error on popup form, but works fine on a page form.
Any clue how to solve this?
Thanks

Hi Aryan,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue. Would you be so kind as to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase?

Best regards,
timmse

Just sent an email thanks a lot for the support

Hi Aryan,
It’s because of your custom CSS:

CleanShot 2024-04-03 at 08.34.53@2x

I excluded the .captcha and .recaptcha-error, and everything is fine.

Thanks for the reply, but we got a new issue “Google reCaptcha: Invalid site key”
And we where not able to solve, we had to use Turnstile,
I was curious why this error comes out even if the reCaptcha is correct

Thanks

Hello, after building a new site the issue is still persisting with the “Invalid Key” for the recaptcha coming out, any solution?
Thanks

Could you still use custom CSS that overrides the display value on .form-group?

As soon as you activate reCAPTCHA, the message is included in the HTML - but hidden (set to display: none).

However, if you do something like .form-group { display: flex }, it overrides the display: none and the message shows up, even if there is no issue with the key itself. This would be the same problem as originally reported: