FormsLite.io Docs
  • Introduction
  • Getting Started
    • Setup
    • Settings
      • Custom Subject
      • Success Page
      • Custom Redirect
      • Captcha and Spam Protection
        • Honeypot
        • hCaptcha
        • Report Spam
      • Custom Reply-to Email
      • Custom From Name
    • Plus Features
      • Add CC Emails
      • Autoresponder
      • Notion Database Integration
      • Webhooks
      • Domain Whitelisting
    • Examples
  • Guides
    • HTML Only
    • HTML + JavaScript
    • Alpine.js
    • Svelte
    • Vue.js
    • React
Powered by GitBook
On this page
  1. Getting Started
  2. Settings
  3. Captcha and Spam Protection

Honeypot

Prevent bots and spammers from using your forms to send emails with the Honeypot Spam Prevention method. As bots become more advanced, we have added extra layers of protection to this Honeypot, effectively stopping most bots from submitting your form.

Botcheck

While using Honeypot is optional, we highly recommend adding it if you are not using the hCaptcha or reCaptcha integration.

Example Code

<input type="checkbox" name="honeycomb" class="hidden" style="display: none;">

Note: The input type should be checkbox and the name should be honeycomb

PreviousCaptcha and Spam ProtectionNexthCaptcha

Last updated 11 months ago