Home / Survey form

Free survey form for quick data collection

Create simple surveys without SurveyMonkey. Collect responses via email and dashboard. Free and unlimited.

Full survey platforms like SurveyMonkey and Typeform are overkill for quick feedback rounds. If you need a simple survey — 5-10 questions, no branching logic — LazyForms handles it. Build an HTML form, point it at LazyForms, and collect responses.

What you get

  • Build any survey with standard HTML form elements
  • All responses collected in your dashboard and email
  • Export to CSV or Google Sheets for analysis
  • No response limits — collect as many as you need
  • Spam protection to filter out junk responses

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">
  <select name="q1" required>
    <option value="">How did you hear about us?</option>
    <option value="option1">Option 1</option>
    <option value="option2">Option 2</option>
    <option value="option3">Option 3</option>
  </select>
  <select name="q2" required>
    <option value="">How satisfied are you? (1-5)</option>
    <option value="option1">Option 1</option>
    <option value="option2">Option 2</option>
    <option value="option3">Option 3</option>
  </select>
  <textarea name="q3" placeholder="What could we improve?" rows="4" required></textarea>
  <input type="email" name="email" placeholder="Email (optional for follow-up)" />

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

Tips

  • Use select dropdowns for multiple-choice questions.
  • Keep surveys short (5-7 questions) for higher completion rates.
  • Export to Google Sheets and use pivot tables for analysis.

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

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

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