FEEDBACK · FORM TEMPLATE
Bug report form template
Get structured bug reports instead of vague emails. Ask for severity, steps to reproduce, and expected behavior so you can fix issues faster.
Best for: Software teams, beta programs, and open-source projects.
<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>
</label>
<label>Severity
<select name="severity" required>
<option>Blocks me completely</option>
<option>Annoying but workable</option>
<option>Minor</option>
</select>
</label>
<label>Steps to reproduce
<textarea name="steps" required></textarea>
</label>
<label>What did you expect?
<textarea name="expected"></textarea>
</label>
<button type="submit">Send report</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 bug report form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →