EVENTS · FORM TEMPLATE
Booking request form template
Let people request a time that works and confirm on your side. Collects a preferred date, time of day, and any notes so you can schedule with context.
Best for: Consultants, salons, studios, and anyone taking appointments.
<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>Preferred date
<input type="date" name="preferred_date" required>
</label>
<label>Time of day
<select name="time_of_day">
<option>Morning</option>
<option>Afternoon</option>
<option>Evening</option>
</select>
</label>
<label>Anything we should know?
<textarea name="notes"></textarea>
</label>
<button type="submit">Request booking</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 booking request form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →