MARKETING · FORM TEMPLATE
Lead capture form template
Turn visitors into qualified leads with a few smart questions. Capture work email, company, and team size so sales knows who to call first.
Best for: B2B SaaS, demo requests, and marketing landing pages.
<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>Work email
<input type="email" name="email" required>
</label>
<label>Company
<input type="text" name="company" required>
</label>
<label>Team size
<select name="team_size">
<option>Just me</option>
<option>2-10</option>
<option>11-50</option>
<option>51-200</option>
<option>200+</option>
</select>
</label>
<button type="submit">Request demo</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 lead capture form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →