Frontend Accelerator
Frontend Accelerator
  • Getting Started
    • Welcome
    • Start right now 👉
  • Setup
    • Database
    • Payments
    • Authentication
    • AI
  • Features
    • Dashboard
    • Localization
    • Changelog
    • Rich text editor
    • Lead magnet
    • Checkout button
    • Sign in button
    • Sales countdown banner
    • Capture email button
    • Locale switcher
    • Social icons
  • Extra
    • Theming
    • Support
Powered by GitBook
On this page
  1. Features

Capture email button

PreviousSales countdown bannerNextLocale switcher

Last updated 2 months ago

The ButtonCaptureEmail component is designed to capture user emails, making it ideal for waitlists, newsletter signups, or early access registrations.

  • Email input field – Collects user email addresses securely.

  • API integration – Sends email submissions to /capture-email API route.

  • Loading & disabled states – Prevents duplicate submissions and enhances user experience. Only stores email address once.

  • Success feedback – Displays a confirmation message using react-hot-toast upon successful submission.