Home / RSVP form

Free RSVP form for events

Create an RSVP form for your event. Track responses, export guest lists, and get email notifications.

Planning a wedding, party, or corporate event? Skip the dedicated RSVP platforms. LazyForms lets you build a custom RSVP form, track responses in your dashboard, and export guest lists as CSV or to Google Sheets.

What you get

  • Custom RSVP form with attending/not attending options
  • Track guest count with a plus-ones field
  • Email notification for every new RSVP
  • Export guest list as CSV for seating and catering
  • Google Sheets sync for live headcount tracking

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="Your name" required />
  <input type="email" name="email" placeholder="Email" required />
  <select name="attending" required>
    <option value="">Will you attend?</option>
    <option value="option1">Option 1</option>
    <option value="option2">Option 2</option>
    <option value="option3">Option 3</option>
  </select>
  <input type="text" name="guests" placeholder="Number of additional guests" />
  <input type="text" name="dietary" placeholder="Dietary restrictions" />
  <textarea name="notes" placeholder="Any message for the host?" rows="4"></textarea>

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

Tips

  • Use a select dropdown for "Will you attend?" with Yes/No/Maybe options.
  • Add a dietary restrictions field if you're serving food.
  • Redirect to a page with event details and directions after RSVP.

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 rsvp form

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

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