Skip to main content

All Questions

-1 votes
1 answer
5k views

Hiding Google recaptcha badge via CSS and displaying the legal text instead?

We are using the current CSS to remove the Google recaptcha badge on our site: <style> .grecaptcha-badge { visibility: hidden; } </style> This now sees a blank space, as ...
Michael's user avatar
0 votes
1 answer
511 views

Can custom CSS change the display of Invisible ReCAPTCHA?

I am using Invisible ReCAPTCHA for my WordPress CF7 forms. The Advanced Captcha settings allow for positioning the badge either at bottom-right, bottom-left, or inline. I like the compact display of ...
AVD's user avatar
  • 1
2 votes
4 answers
6k views

Showing google Recaptcha V3 floater only on specific Pages of React Application

i've react application with multiple # routes & google recaptcha v3, i want to show recaptcha floater only on specific pages (# route) like login & forms. How to achieve this. Tried - ...
Mayur Agrawal's user avatar
1 vote
1 answer
1k views

html dialog element is covering up invisible recaptcha challenge popup. how to fix this?

https://codepen.io/adamchenwei/pen/agbPYJ access the example in incognito mode, click "open" button to open the sample signin form, then click "Sign Up" button to trigger the challenge. I am not sure ...
ey dee ey em's user avatar
  • 8,352
5 votes
2 answers
6k views

Formvalidation.io - Cannot read property 'classList' of null

I am always getting an error in my console when using formvalidation.io. I have no idea what the cause of this error is. I also still get spam on some websites, even when I am using the ...
Mxkert's user avatar
  • 346