CONTACT · FORM TEMPLATE
Callback request form template
Let visitors leave a number and the best time to reach them instead of waiting on hold. Every callback request is emailed to your team so no one slips through the cracks.
Best for: Sales teams, clinics, service businesses, and any phone-first support flow.
<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>Phone number
<input type="tel" name="phone" required placeholder="+1 555 123 4567">
</label>
<label>Best time to call
<select name="best_time">
<option>Morning</option>
<option>Afternoon</option>
<option>Evening</option>
</select>
</label>
<label>What is it about?
<textarea name="reason"></textarea>
</label>
<button type="submit">Request a callback</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
Do I need to collect an email too?
No. A callback form works with just a name and phone number, though you can add an email field if you want a written record or a backup way to reach people.
Will Formstork call people automatically?
No. Formstork only delivers the request to your inbox and dashboard. Your team makes the actual call at the time the visitor picked.
Can I validate the phone number format?
The tel field accepts most number formats and shows a phone-friendly keypad on mobile. For strict formatting, add a pattern attribute or check the number after it reaches your inbox.
Start collecting callback request form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →