A
Atlas
...
All Integrations

Atlas Forms + Ghost

Forms for Ghost blogs

Ghost has built-in newsletter signups, but contact forms and custom data collection need more. Atlas provides webhooks to connect with any service, file uploads, and spam protection for your Ghost blog.

Why Atlas for Ghost?

Beyond newsletters

Webhook Notifications

Send form submissions to your email list, CRM, or any endpoint.

File Uploads

Accept file attachments that Ghost forms can't handle.

Spam Protection

Built-in spam filtering keeps your inbox clean.

Theme Compatible

Works with any Ghost theme. Just add HTML.

Perfect For

Common Ghost form use cases

Contact Forms

Let readers reach you directly from your blog.

Guest Post Submissions

Accept article submissions with file attachments.

Feedback Forms

Collect reader feedback and suggestions.

Setup Guide

Add Atlas forms to Ghost

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 Form to Ghost

In Ghost Admin, use the HTML card or edit your theme to add the form.

<!-- Add via HTML card in Ghost editor -->
<form action="https://atlasforms.app/f/abc123xyz" method="POST" class="contact-form">
  <input type="text" name="name" placeholder="Your name" required>
  <input type="email" name="email" placeholder="Your email" required>
  <textarea name="message" placeholder="Your message" rows="4"></textarea>
  <button type="submit">Send Message</button>
</form>

<style>
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }
  .contact-form button {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
</style>
3

Configure Webhooks

Add webhook URLs to forward submissions to your newsletter service or CRM.

// Send to multiple services
webhook_urls: [
  "https://api.convertkit.com/...",
  "https://hooks.slack.com/services/...",
  "https://yourcrm.com/api/leads"
]

What You Get

Atlas features for Ghost blogs

FeatureGhost+ Atlas
Contact forms-
Webhook notifications-
File uploads-
Spam protection-
Custom fields-
Newsletter signups
Members

Ready to add forms to Ghost?

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