Atlas Forms + Shopify
Custom forms for your store
Shopify's built-in contact form is limited. Atlas gives you webhooks to connect form submissions to your CRM, file uploads for custom orders, and API access for automation. No apps to install or monthly fees.
Why Atlas for Shopify?
Beyond Shopify's basic contact form
Webhook Notifications
Get instant notifications when forms are submitted. Connect to Zapier, Slack, or your CRM.
File Uploads
Accept custom orders with file uploads. Images, designs, documents, and more.
Spam Protection
Built-in spam filtering keeps fake submissions out. No captcha needed.
No App Required
Works with any Shopify theme. Just add HTML to your page templates.
Perfect For
Common Shopify form use cases
Custom Order Forms
Accept custom product requests with file uploads for designs or specifications.
Quote Requests
Collect project details and send them directly to your sales team via webhook.
Wholesale Applications
Gather business information and automatically add to your CRM.
Quick Setup
Add to your Shopify store 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 to Shopify Theme
Edit your theme code or use a Custom Liquid section to add your form. Great for contact pages, custom order forms, or quote requests.
<form action="https://atlasforms.app/f/abc123xyz" method="POST"> <label for="name">Name</label> <input type="text" id="name" name="name" required> <label for="email">Email</label> <input type="email" id="email" name="email" required> <label for="order">Order Number (optional)</label> <input type="text" id="order" name="order_number"> <label for="message">Message</label> <textarea id="message" name="message"></textarea> <button type="submit">Send Message</button> </form>
Style with Shopify CSS
The form inherits your theme styles. Add custom CSS to match your brand.
/* Add to theme.css or inline styles */
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 12px;
margin-bottom: 16px;
border: 1px solid #e5e5e5;
}Shopify Forms vs Atlas
What you get with Atlas
| Feature | Shopify | Atlas |
|---|---|---|
| Webhook notifications | - | |
| File uploads | - | |
| Custom fields | Limited | |
| API access | - | |
| Send to CRM | - | |
| Spam protection | ||
| Email notifications |
Ready to add powerful forms to Shopify?
Start free and upgrade when you need more. No credit card required.