CONTACT · FORM TEMPLATE
Contact form template
The classic contact form: name, email, and message. Drop it on any HTML, static, or JAMstack site and every submission lands in your inbox, filtered for spam. No backend to write or host.
Best for: Portfolios, small business sites, landing pages, and any page that needs a Get in touch section.
<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 placeholder="Jane Doe">
</label>
<label>Email
<input type="email" name="email" required placeholder="jane@example.com">
</label>
<label>Message
<textarea name="message" required placeholder="How can we help?"></textarea>
</label>
<button type="submit">Send message</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 contact form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →