Just point your HTML form to our endpoint. We'll handle the emails, spam filtering, and data storage. Perfect for static sites and Jamstack.
<form action="https://formstream.io/s/your-id" method="POST">
<input type="email" name="email">
<button type="submit">Submit</button>
</form>
Three simple steps to collect form data
Copy your unique endpoint URL into your <form> tag.
Users submit data. We filter out the spam automatically.
Get instant email notifications or sync to Slack, Zapier, or Google Sheets.
Copy-paste ready code for every framework
<form action="https://formstream.io/s/your-id" method="POST">
<input type="email" name="email" placeholder="Enter your email" required>
<button type="submit">Join Newsletter</button>
</form>
Everything you need for form handling
Send a custom 'Thank You' email to your users automatically.
Advanced Honeypot and Akismet-powered filtering.
Collect images and documents directly through your forms.
Download your submissions as CSV or JSON with one click.