A
Atlas
...
All Integrations

Atlas Forms + Weebly

Unlock powerful form features

Weebly's form builder is basic. Atlas gives you webhook notifications, file uploads, and API access - features that usually require expensive upgrades. Works with any Weebly plan.

Why Atlas for Weebly?

Features Weebly forms don't have

Webhook Notifications

Get instant notifications when forms are submitted. Connect to Zapier, Slack, or any endpoint.

File Uploads

Accept file uploads without a Weebly Business plan. Images, PDFs, and more.

Spam Protection

Built-in spam filtering keeps your inbox clean. No captcha required.

Easy Setup

Use Weebly's Embed Code element to add your form. No apps needed.

Simple Setup

Add Atlas to Weebly in minutes

1

Create an Atlas Form

Sign up for Atlas and create a new form. Copy your unique form endpoint URL.

https://atlasforms.app/f/abc123xyz
2

Add Embed Code in Weebly

Drag an "Embed Code" element to your page in the Weebly editor. Paste your custom HTML form.

<form action="https://atlasforms.app/f/abc123xyz" method="POST">
  <input type="text" name="name" placeholder="Your Name" required
    style="width:100%; padding:12px; margin:8px 0; border:1px solid #ddd;">

  <input type="email" name="email" placeholder="Email" required
    style="width:100%; padding:12px; margin:8px 0; border:1px solid #ddd;">

  <textarea name="message" placeholder="Message" rows="4"
    style="width:100%; padding:12px; margin:8px 0; border:1px solid #ddd;"></textarea>

  <button type="submit"
    style="background:#000; color:#fff; padding:12px 24px; border:none; cursor:pointer;">
    Send Message
  </button>
</form>
3

Configure Webhook

In your Atlas dashboard, add a webhook URL to receive submissions in real-time.

webhook_url: https://hooks.slack.com/services/xxx

Weebly Forms vs Atlas

What you're missing with native Weebly forms

FeatureWeeblyAtlas
Webhook notifications-
File uploadsBusiness+
API access-
Custom fields
Connect to Zapier-
Spam protection
Email notifications

Rich Webhook Payloads

Every submission sends a detailed JSON payload to your webhook URL. Get form data, file metadata, and user info.

  • 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 Weebly!"
    },
    "files": [...],
    "metadata": {
      "ip": "192.168.1.1",
      "user_agent": "Mozilla/5.0...",
      "submitted_from": "https://yoursite.weebly.com/contact"
    }
  }
}

Ready to upgrade your Weebly forms?

Start free and upgrade when you need more. No credit card required.