Forum Academy Marketplace Showcase Pricing Features

Invisible reCaptcha v3 plugin

reCAPTCHA v3 is a free service from Google that protects your site from spam and abuse. And the Bubble.io official reCaptcha only supports v2 (the one with the checkbox).
So I made the Invisible reCaptcha v3 open source plugin to provide an easy way to integrate the reCaptcha v3 (the invisible one).

Herer’s the the plugin page:

Hope it will help!

4 Likes

Hi @imlorenzo

Can you extend your description of how to make it work?

I have currently installed the plugin and inserted the keys.
I also have the old reCaptcha by Bubble on the page

Do they work together? Do we have to do something on page load?
I’m a little confused.

Thanks
Fabian

You can find step by step instruction in the description (this plugin does not have anything to do with the bubble one, this is for the invisible recaptcha v3).

The following instructions explain exactly what you need to do to make it work:

  1. Go to the Google reCaptcha service page with your Google account.

  2. Create the app by filling the form. You MUST select the reCAPTCHA v3, not v2.

  3. Once submitted, Google will provide you with the following two information.

  • Site key
  • Secret key
  1. Set these two keys in the plugin settings.

  2. Place the “reCaptcha v3” element on the pages where you want to protect.

  3. Now you can run the “Verify reCaptcha token” action on the event “reCaptchav3 A Token retrieved”, or whenever you want to verify the reCaptcha.

  4. You can check if the verification was successful from the action results.

1 Like

Thanks, @imlorenzo I will try that

Fabian

I appreciate the plugin, but it’s not working for me. No matter what I do, I always receive a NO on the token verification. I tried different minimum scores from 0 to 1, but nothing worked. Any idea what might be wrong?