π€reCAPTCHA
Add reCAPTCHA to your form to easily filter out spam.
Create a reCAPTCHA (v3) Project
Update Project Setting

Add reCAPTCHA Code
Last updated
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.
Update the reCAPTCHA keys on your BetterForm project. This verifies the validity of the submission.

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