The Honeypot Field is enabled by default. You can disable it via configuration flags.
form_builder:
spam_protection:
honeypot:
field_name: 'inputUserName' # this is the default value
enable_inline_style: true # this is the default value
enable_role_attribute: true # this is the default value and will add the role="presentation" attribute
reCAPTCHA v3 returns a score for each request without user friction. The score is based on interactions with your site and enables you to take an appropriate action for your site. Register reCAPTCHA v3 keys here.
Important! It is recommended to load the recaptcha api on every page request. To hide the badge on documents without forms, read our frontend tips
- Get your keys at https://g.co/recaptcha/v3
- Add site and secret key to your formbuilder settings:
form_builder:
spam_protection:
recaptcha_v3:
secret_key: 'YOUR_SECRET_KEY'
site_key: 'YOUR_SITE_KEY'
- Add the reCAPTCHA field to your form
- Enable the reCAPTCHA javascript module
- Done