ofuroinu
Active Member
Did you add the shortcode in the form?
Yes I added this as your photo.
[recaptcha]
Did you add the shortcode in the form?
The problem may be on the Google reCapcha site? ... maybe details there not quite right? Mistake in the domain name? There is one section where it is just "yourdomain.com" with no "www" or "https://" ???
Sorry. It's been so long since I did this ... I forgot. This new version reCapcha 3 works in the background and doesn't have the "I'm not a robot" crap. It works out if somone is suspicious or not by some kind of Google magic.
Read about it here ... https://contactform7.com/recaptcha/
Also ... you don't need the [recaptcha] shortcode either. It just gets ignored. I'll have to update my own forms. LOL
And if you want to hide that badge on the frontpage, use this CSS
.grecaptcha-badge {
display: none;
}
I hide it as it gets in the way of a live chat tab I have there.
So it's all working fine ... move on to the next thing.