Free feedback form for websites and apps
Collect user feedback with a free form backend. Rating scales, comments, and email notifications included.
User feedback drives product decisions, but building a feedback collection system is a project in itself. LazyForms lets you drop a feedback form into any page — with ratings, comments, and categorization — and start collecting responses immediately.
What you get
- Collect ratings, categories, and free-text feedback in one form
- Email alerts on every new response — never miss feedback
- Dashboard to review, search, and export all feedback
- Google Sheets sync for live feedback analysis in spreadsheets
- Webhook to pipe feedback into Slack, Discord, or your own tools
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="rating" required>
<option value="">Rate your experience</option>
<option value="option1">Option 1</option>
<option value="option2">Option 2</option>
<option value="option3">Option 3</option>
</select>
<select name="category">
<option value="">Category</option>
<option value="option1">Option 1</option>
<option value="option2">Option 2</option>
<option value="option3">Option 3</option>
</select>
<textarea name="feedback" placeholder="Tell us what you think..." rows="4" required></textarea>
<input type="email" name="email" placeholder="Email (optional)" />
<input type="text" name="_honey" style="display:none" tabindex="-1" />
<button type="submit">Submit</button>
</form>Tips
- Make the email field optional to reduce friction and get more responses.
- Add a rating dropdown (1-5) for quantitative analysis.
- Use webhooks to send feedback to a Slack channel for real-time visibility.
How LazyForms works
- 1
Create a free account — just your email, no credit card.
- 2
Create a form endpoint and get your unique action URL.
- 3
Add the URL as your form's action attribute.
- 4
Every submission goes to your email, dashboard, and connected integrations.
Create your feedback form
Free forever. No credit card. Set up in 30 seconds.
Enter your email to receive your form action URL · No password needed