One way to check if recaptcha v3 is working is to install the Flamingo plugin (free) for CF7. Flamingo records form submissions, highly useful IMO, but also gives a reCaptcha report for each message. The report looks like this:
https://i.postimg.cc/jdNRPmBt/Screen-Shot-2019-05-28-at-10-42-14-AM.jpg
@9dotbox I installed the plugin but can’t find any reports, where is that option available?
@rraallvv You have to send a test message through the form and then open the message in Flamingo. Once you’re in the actual message, it shows the content entered in the form fields, then shows reCAPTCHA and meta info below.
FYI, I have since given up on using reCAPTCHA v3 because 1) it adds to the download size of the entire site as it’s embedded in ALL pages (not just form pages), and 2) v3 is actually a tracking pixel that allows Google to follow and track users even after they leave the site, thus a privacy issue, see here: https://cryptonews.bizlim.com/news/?uid=224380
I removed v3 from all my sites and now use the Contact Form 7 honeypot plugin for forms. It uses a hidden field that only bots see and fill, and it’s been working pretty well. Only had 5 or 6 spam messages get through in 2 months.
-
This reply was modified 4 years, 4 months ago by
9dotbox.
@9dotbox I see. I’ll search for some other alternative then. Perhaps will give a try to the honeypot plugin too. Thanks.