Minimal email-only opt-in with explicit consent checkbox.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="email" name="email" placeholder="you@example.com" required />
<label>
<input type="checkbox" name="consent" value="yes" required />
I agree to receive marketing emails.
</label>
<button type="submit">Subscribe</button>
</form>A streamlined newsletter signup form that captures just an email address with an explicit consent checkbox for GDPR compliance. Perfect for blog sidebars, landing pages, and footer sections where you want to grow your email list.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.