Atlas Forms + Netlify
More powerful than Netlify Forms
Netlify Forms is convenient but limited. Atlas gives you larger file uploads, more webhook flexibility, better spam filtering, and no submission limits on the free tier. Works with any Netlify site without build plugins.
Why Atlas over Netlify Forms?
More features, fewer limitations
Webhook Notifications
Send submissions to any endpoint. More flexible than Netlify Forms webhooks.
File Uploads
Accept file uploads without the 8MB Netlify Forms limit. Store files securely.
Spam Protection
Built-in spam filtering without Netlify's captcha requirement.
No Build Plugin
Works with plain HTML forms. No netlify-forms attribute needed.
Easy Migration
Switch from Netlify Forms in minutes
Create an Atlas Form
Sign up for Atlas and create a new form. Copy your unique form endpoint URL.
https://atlasforms.app/f/abc123xyz
Add Form to Your Site
Add a standard HTML form to your Netlify site. No special attributes needed.
<!-- No netlify attribute needed! --> <form action="https://atlasforms.app/f/abc123xyz" method="POST"> <input type="text" name="name" placeholder="Name" required> <input type="email" name="email" placeholder="Email" required> <textarea name="message" placeholder="Message"></textarea> <button type="submit">Send</button> </form>
Configure Webhooks
Add webhook URLs in Atlas to forward submissions to Slack, Zapier, or your own API.
// Example: Send to multiple endpoints webhook_urls: [ "https://hooks.slack.com/services/xxx", "https://hooks.zapier.com/hooks/catch/xxx", "https://api.yourapp.com/webhooks/forms" ]
Netlify Forms vs Atlas
Feature comparison
| Feature | Netlify | Atlas |
|---|---|---|
| Free submissions | 100/mo | 1000/mo |
| File upload limit | 8MB | 50MB |
| Multiple webhooks | - | |
| HMAC signatures | - | |
| No captcha option | - | |
| API access | ||
| Spam filtering |
Ready for better forms on Netlify?
Start free and upgrade when you need more. No credit card required.