Atlas Forms + Wix
Unlock powerful form features
Wix forms are limited. Atlas gives you webhooks, file uploads, API access, and spam protection - all without needing a Business or eCommerce plan. Get form submissions where you need them.
Why Atlas for Wix?
Everything Wix forms should have but don't
Webhook Notifications
Get instant notifications when forms are submitted. Connect to Zapier, Slack, or any webhook endpoint.
File Uploads
Accept file uploads without upgrading your Wix plan. Images, PDFs, documents, and more.
Spam Protection
Built-in spam filtering keeps your inbox clean. No captcha required for real users.
Instant Setup
Add a custom form element in Wix. No apps or plugins required.
Quick Setup
Add Atlas to your Wix site 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 Custom HTML in Wix
In Wix Editor, add an Embed > Custom Element or HTML iframe. Paste your form code with the Atlas endpoint.
<form action="https://atlasforms.app/f/abc123xyz" method="POST"> <input type="text" name="name" placeholder="Your Name" required> <input type="email" name="email" placeholder="Email" required> <textarea name="message" placeholder="Message"></textarea> <button type="submit">Send</button> </form>
Style Your Form
Add CSS to match your Wix site design. Atlas handles the backend, you control the look.
<!-- Add inline styles or link to your CSS -->
<style>
form { font-family: inherit; }
input, textarea { width: 100%; padding: 12px; margin: 8px 0; }
button { background: #000; color: #fff; padding: 12px 24px; }
</style>Wix Forms vs Atlas
See what you're missing with native Wix forms
| Feature | Wix | Atlas |
|---|---|---|
| Webhook notifications | - | |
| Custom file uploads | Business+ | |
| API access | - | |
| HMAC signatures | - | |
| Delivery tracking | - | |
| Connect to Zapier | Premium | |
| Spam protection |
Rich Webhook Payloads
Every submission sends a detailed JSON payload to your webhook URL. Get form data, file metadata, user info, and more - all in one request.
- All form field data
- File upload metadata
- User IP and browser info
- Submission timestamp
- HMAC signature for verification
{
"event": "submission.created",
"timestamp": "2024-01-15T10:30:00Z",
"form": {
"id": "form-uuid",
"name": "Contact Form"
},
"submission": {
"id": "submission-uuid",
"data": {
"name": "Jane Doe",
"email": "jane@example.com",
"message": "Hello from Wix!"
},
"files": [...],
"metadata": {
"ip": "192.168.1.1",
"user_agent": "Mozilla/5.0...",
"submitted_from": "https://yoursite.wixsite.com/contact"
}
}
}Ready to supercharge your Wix forms?
Start free and upgrade when you need more. No credit card required.