MARKETING · FORM TEMPLATE
Giveaway entry form template
Run a giveaway and collect entries with a name, email, and a quick question. Every entry lands in your dashboard so you can pick a winner at random.
Best for: Brands and creators running social giveaways, product launches, or booth contests.
<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 placeholder="you@example.com">
</label>
<label>How did you hear about us?
<select name="how_heard">
<option>Instagram</option>
<option>X / Twitter</option>
<option>A friend</option>
<option>Search</option>
<option>Other</option>
</select>
</label>
<label>
<input type="checkbox" name="rules" required> I agree to the giveaway rules
</label>
<button type="submit">Enter giveaway</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
How do I pick a winner fairly?
Export your entries and use a random number picker, or number the rows and draw one. Keeping every entry timestamped in one place makes an audit easy if anyone asks.
Can I prevent duplicate entries?
Formstork stores each submission, so you can sort by email and remove repeats before drawing. For a stricter limit, add a rule that one email counts once.
Do I need to show official rules?
Most platforms and regions expect a link to terms for a public giveaway. The agreement checkbox is a simple way to record that entrants accepted them.
Start collecting giveaway entry form submissions
250 free submissions a month with a real dashboard. No credit card.
Use this template →