FEEDBACK · FORM TEMPLATE
Feature request form template
Turn user ideas into a prioritized roadmap instead of a messy inbox. This form asks what problem a feature would solve and how much it matters, so you build what people actually need.
Best for: SaaS products, apps, and any team collecting product ideas from users.
<form action="https://api.formstork.com/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_ACCESS_KEY">
<label>Email
<input type="email" name="email" required placeholder="you@example.com">
</label>
<label>Feature title
<input type="text" name="title" required placeholder="Dark mode for the dashboard">
</label>
<label>What problem would this solve?
<textarea name="problem" required></textarea>
</label>
<label>How should it work? (optional)
<textarea name="idea"></textarea>
</label>
<label>How important is this to you?
<select name="importance">
<option>Nice to have</option>
<option>I would use it often</option>
<option>I can't work without it</option>
</select>
</label>
<button type="submit">Send request</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.
Frequently asked questions
How is this different from a bug report form?
A feature request captures ideas for new functionality, while a bug report documents something that is broken. Keeping them on separate forms makes it easier to route each one to the right place.
Can I prioritize incoming requests?
Yes. The importance field lets people tell you how much they need it, so you can weigh demand when planning your roadmap.
Where do the requests go?
Every submission is emailed to you and stored in your Formstork dashboard, where you can tag and export it. Connect it to your project tracker if you want.
Start collecting feature request form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →