CONTACT · FORM TEMPLATE
Support request form template
Let customers report issues with a category and priority so you can triage fast. Every ticket is emailed to your team and stored in a searchable dashboard.
Best for: SaaS products, agencies, and any team fielding customer issues without a full help desk.
<form action="https://api.formstork.com/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_ACCESS_KEY">
<label>Name
<input type="text" name="name" required>
</label>
<label>Email
<input type="email" name="email" required>
</label>
<label>Category
<select name="category" required>
<option>Bug</option>
<option>Billing</option>
<option>Feature request</option>
<option>Other</option>
</select>
</label>
<label>Priority
<select name="priority">
<option>Low</option>
<option>Normal</option>
<option>High</option>
</select>
</label>
<label>Description
<textarea name="description" required></textarea>
</label>
<button type="submit">Open ticket</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 support request form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →