Add recaptcha to your form so you can easily filter spam.
All submissions are saved by betterform but we hide spam messages by default. We recommend you review spam messages every few weeks to see if any of the messages are legitimate.
Create a Recaptcha Site
First, let's go ahead and create a project on recaptcha and get the site and secret keys.
https://www.google.com/recaptcha/admin/create
www.google.com
New Recaptcha Project
Add to Project
On betterform, let's update the project and add the site and secret keys.
Edit Project Screen
Website
Enable recaptcha on your website by adding a `data-recaptcha` attribute to the form tag.
<form
betterform
data-recaptcha="RECAPTCHA_SITE_KEY"
>
...
</form>
That's it! All form submissions will now be filtered out for spam.