How do I setup reCAPTCHA v3 in Gravity Forms?
Follow instructions outlined here:
https://docs.google.com/document/d/1K8sC2126TqYFsTm32EZKNIjxI2Z1wFPHEMjSyFzQpBU/edit?tab=t.44pfgkns0ub7#heading=h.btda8vabn34g
Videos:
reCAPTCHA v3 Enterprise – New video June 20, 2025 (4:56)
What if the project already exists in the google cloud platform?
Follow these instructions instead and follow Jon’s video.
What if I’m having a hard time getting past 2FA?
If you’ve tried dialpad and Google Authenticator, reach out to Jon for troubleshooting. He may just need to let you in through the code on his Pixel.
I want to disable the Google reCAPTCHA v3 Badge, what do I have to do?
You are able to disable it under Forms > Settings > reCAPTCHA v3. But once you do that you’ll need to add the following to the forms or pages with forms on them.
“This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.”
Source
How do I move the v3 badge to bottom left?
/* — RECAPTCHA BADGE — */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
z-index: 9;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
Notes:
- also spelled re-captcha (added for search purposes in this knowledge base)