Skip to main content
It lets you collect submissions from your own forms without any back-end code. You can get notification emails for submissions, upload files from your form, benefit from best-in-class spam protection, and integrate with other apps. Any form that can send an HTTP POST works: an HTML page, a React app, a Webflow or Framer site, WordPress, or a site an AI tool built. Your browser renders your form, not formcarry, so the styles, behavior, and everything else stay entirely in your control. Formcarry just receives what the form sends; there’s no server code to write. An AI coding tool connected over MCP can set the form up and read the submission too.

Endpoint

Every form has one endpoint:
After you create a form, you can find your {form_id} on the Setup page of the dashboard. Sign up is free.

Your first form

To collect a plain HTML form, set its action to the endpoint and give every field a name.
A field without a name is never sent by the browser and will not reach formcarry.
From JavaScript, send Accept: application/json and you get a JSON body instead. After a visitor submits a form, they see formcarry’s thank you page. If you set a redirect, they see your page.

Where do I start?

Your starting point depends on how you build your forms.

Quickstart

For plain HTML pages. A form, an endpoint, a test submission.

Frameworks

React, Next.js, Vue, Svelte, plain JavaScript and jQuery, each with files, a spam blocker and validation errors.

Site builders

Webflow, Framer, WordPress, Wix and Squarespace, from the builder’s own form settings.

Build with AI

Lovable, v0, Replit, Claude or ChatGPT builds the site. One prompt sets the form up.

Connect over MCP

Claude, Codex, Cursor or v0 manages your forms and reads submissions from the chat.

Zapier

Send every submission to thousands of apps without code.

Teams

If you run client sites, use one account with one team per client and one form layer under every stack.

API

For custom UIs, the whole backend is the endpoint, webhooks and the API.
For more information on what formcarry does with each submission, see How it works. Limits per plan are on the pricing page.

Support

Write to help@formcarry.com. For questions about one form, please include the form id.