Home / Registration form

Free event registration form

Collect event registrations with a free form. Email confirmations, attendee tracking, and CSV export.

Running an event, workshop, or meetup? You need a registration form. LazyForms lets you collect attendee info — name, email, dietary preferences, T-shirt size, whatever you need — and manage registrations from a simple dashboard.

What you get

  • Collect any attendee information you need — fully customizable fields
  • Email notification for every new registration
  • Export attendee list as CSV for check-in and planning
  • Google Sheets sync for live attendee tracking
  • Set a redirect to a confirmation page after registration

Example code

Copy this HTML and replace YOUR_ACCESS_KEY with your form endpoint key.

<form action="https://api.lazyforms.com/f/YOUR_ACCESS_KEY" method="POST">
  <input type="text" name="name" placeholder="Full name" required />
  <input type="email" name="email" placeholder="Email" required />
  <input type="text" name="company" placeholder="Company / organization" />
  <input type="text" name="dietary" placeholder="Dietary requirements" />
  <textarea name="notes" placeholder="Anything else we should know?" rows="4"></textarea>

  <input type="text" name="_honey" style="display:none" tabindex="-1" />
  <button type="submit">Submit</button>
</form>

Tips

  • Redirect to a confirmation page with event details after registration.
  • Export the attendee CSV for name badges and check-in lists.
  • Add a dietary field if you're serving food at the event.

How LazyForms works

  1. 1

    Create a free account — just your email, no credit card.

  2. 2

    Create a form endpoint and get your unique action URL.

  3. 3

    Add the URL as your form's action attribute.

  4. 4

    Every submission goes to your email, dashboard, and connected integrations.

Create your registration form

Free forever. No credit card. Set up in 30 seconds.

Enter your email to receive your form action URL · No password needed