Adding reCAPTCHA in Contact Form 7
Adding reCAPTCHA to Contact form 7
Add plugin: Advanced noCaptcha & invisible Captcha by Shamim Hasan
Go to Google recaptcha get v2 invisible keys. add the keys into the above plugin. Delete integration in Contact Form 7 – or do not add here.
Add short code to CF7 form: [anr_nocaptcha g-recaptcha-response]
You may also add quiz at this time
v3 reCAPTCHA – Old story:
Google allows the following to remove the floating reCAPTCHA icon v3
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.
or smaller text on one line:
<p><small> <small> 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. </small> </small></p>This should appear in the contact form.
Use this custom css
.grecaptcha-badge {
visibility: hidden;
}