RSVP Form Generator

Generate a beautiful RSVP form for events, weddings, meetups, and parties. Collect names, guest counts, dietary preferences, and more.

Generated HTML

<form action="https://flowqen.com/api/f/YOUR_FORM_ID" method="POST">
  <label>Full Name *
    <input type="text" name="full-name" placeholder="Your full name" required />
  </label>

  <label>Email *
    <input type="email" name="email" placeholder="you@example.com" required />
  </label>

  <label>Number of Guests *
    <input type="number" name="number-of-guests" placeholder="1" required />
  </label>

  <label>Attending? *
    <select name="attending-" required>
      <option value="">-- Yes / No / Maybe --</option>
      <option value="option-1">Option 1</option>
      <option value="option-2">Option 2</option>
      <option value="option-3">Option 3</option>
    </select>
  </label>

  <label>Dietary Requirements
    <input type="text" name="dietary-requirements" placeholder="Vegetarian, vegan, allergies..." />
  </label>

  <label>Message
    <textarea name="message" placeholder="Any notes for the host..." rows="4"></textarea>
  </label>

  <button type="submit">Submit</button>
</form>

Replace YOUR_FORM_ID with the ID from your Flowqen dashboard.

Preview

How to use

  1. 1Create a form on Flowqen (free, no signup needed) and copy your form ID.
  2. 2Copy the HTML above and replace YOUR_FORM_ID with your actual form ID.
  3. 3Paste the form into your website. Submissions appear in your Flowqen dashboard.
Create a form free →All generators