Survey Form Generator

Generate an embeddable survey form with customizable questions. Great for feedback, research, and customer satisfaction surveys.

Generated HTML

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

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

  <label>How did you hear about us? *
    <select name="how-did-you-hear-about-us-" required>
      <option value="">-- Select an option --</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>Rating (1-5) *
    <input type="number" name="rating-1-5-" placeholder="5" required />
  </label>

  <label>What could we improve?
    <textarea name="what-could-we-improve-" placeholder="Your feedback..." 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