🤖
reCAPTCHA
Add reCAPTCHA to your form to easily filter out spam.
We save all messages, marking them as verified or not verified. You can opt to hide unverified messages by default.
First, let's create a project on reCAPTCHA and obtain the site and secret keys. We currently support v3 reCAPTCHA.
https://www.google.com/recaptcha/admin/create
www.google.com
New Recaptcha Project
Update the reCAPTCHA keys on your BetterForm project. This verifies the validity of the submission.

Edit Project Screen
Add a
data-recaptcha
attribute containing your site key
to the form tag on your website to enable reCAPTCHA.<form
betterform
data-bf-recaptcha="RECAPTCHA_SITE_KEY"
>
...
</form>
That's it! All form submissions will now be screened for spam.
Last modified 8mo ago