Plan
Trailhead
Free
- Forms
- 3
- Submissions / month
- 100
Perfect for personal projects and testing.
Keep the form on your site. Mountly handles submissions, redirects, notifications, and API access behind the scenes.
Keep your form
Your form stays on your site with your styling. Mountly handles the backend.
One submit URL
Use a normal form action or API request without embedding a hosted widget.
Public docs first
Read the guides and API reference before you ever wire a live form.
<form action="https://api.mountly.io/submit/<form-id>" method="POST">
<input type="email" name="email" required />
<input type="text" name="message" />
<button type="submit">Send</button>
</form>Best fit if you
How it works
Create the form in Mountly, connect your form to the submit URL, and confirm the first submission in your workspace.
01
Set it up once in Mountly, then reuse that submit URL anywhere you need to collect entries.
02
Keep the form on your own website. Update the action, send a POST request, and keep your current styling intact.
03
Confirm the first entry in your workspace, then add redirects, notifications, or API workflows when you need them.
Pricing
Plans scale by form count and monthly submissions. API access, scoped tokens, redirects, and notifications are included on every tier.
Plan
Free
Perfect for personal projects and testing.
Plan
€9/ month
For small sites and first production forms.
Plan
€24/ month
For freelancers and studios managing multiple sites.
Plan
€49/ month
For agencies and high-volume portfolios.
FAQ
Start here if you want to pressure-test whether Mountly fits the sites you already ship.
No. Your forms stay on your own website. Mountly handles submission intake and the backend rules around it.
The docs and live reference cover forms, form entries, authentication, and conventions before signup.
Tokens can be service-wide or scoped to a form, and they support permissions, expiry, and revocation.
Mountly stores the entry, can trigger email notifications, and can redirect the browser with per-form rules.