FEEDBACK · FORM TEMPLATE
Feedback form template
A rating and a comment is all it takes to hear from your users. Collect structured feedback you can read, tag, and export, without building a backend.
Best for: Products, events, courses, and post-purchase follow-ups.
<form action="https://api.formstork.com/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_ACCESS_KEY">
<label>How was your experience?
<select name="rating" required>
<option>Excellent</option>
<option>Good</option>
<option>Okay</option>
<option>Poor</option>
</select>
</label>
<label>What can we improve?
<textarea name="message"></textarea>
</label>
<label>Email (optional)
<input type="email" name="email">
</label>
<button type="submit">Submit feedback</button>
</form>Replace YOUR_ACCESS_KEY with your form's key from the dashboard. That's it, no backend.
How it works
- Create a free form Create a free form in the Formstork dashboard and copy its access key.
- Paste the HTML Paste the template HTML above into your page and swap in your key.
- Submit it. Every response is emailed to you, filtered for spam, and stored in your inbox, ready to export or forward to Slack, Sheets, and more.
Free forever planNo server requiredSpam filteredWorks with any stack
Start collecting feedback form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →