Formcarry
Connect your Webflow forms to Formcarry's powerful form backend service. Handle submissions, automate workflows, and maintain GDPR compliance — whether your site is hosted on Webflow or exported elsewhere.

How to integrate Formcarry with Webflow
Formcarry gives you multiple ways to connect your Webflow forms. Choose based on your technical skills and project requirements. For most users, the simple form action method provides everything needed, including spam protection, file uploads, and automation, without requiring you to writecode.
Native features, direct embeds and widgets
Set up Formcarry in minutes by updating your form's action URL. This method works for both Webflow-hosted and exported sites.
Use this method to:
- Process forms on exported Webflow sites where native submissions don't work
- Add GDPR-compliant data handling with built-in spam protection
- Enable file uploads through standard HTML form fields
- Connect to Zapier for automated workflows
Steps:
- Create a form in your Formcarry dashboard
- Copy your unique endpoint URL (like
https://formcarry.com/s/YOUR-FORM-ID
) - In Webflow Designer, select your form element
- Set the form's Action to your Formcarry endpoint
- Ensure Method is set to
POST
- Publish your site
Additional features without code:
- Set custom thank-you pages through Formcarry's Return URL setting
- Configure email notifications in your dashboard
- Export submissions as CSV or JSON
- Add reCAPTCHA by including Google's script and a hidden field
Build with Webflow and Formcarry APIs
For developers seeking programmatic control, both Formcarry and Webflow offer robust APIs. Use these to create custom workflows, sync data between systems, or build advanced form logic beyond what's possible through the UI.
The Formcarry API enables form creation, submission retrieval, and webhook configuration. Webflow's CMS API allows you to create and update collection items based on form submissions.
Programmatic form management
Create and configure forms dynamically using Formcarry's Forms API.
Use this to:
- Generate forms programmatically with
PUT /api/form
- Set up client-specific forms automatically
- Configure notification emails and settings via API
Implementation:
fetch("https://formcarry.com/api/form", {
method: "PUT",
headers: { "api_key": "YOUR_API_KEY" },
body: JSON.stringify({
name: "Customer Feedback",
email: "admin@company.com"
})
})
Requirements:
- Formcarry API key (never expose client-side)
- Server-side implementation for security
Submission data sync
Retrieve form submissions programmatically for custom processing or CMS integration.
Use this to:
- Fetch submissions with
GET /api/submission/{formId}
- Sync data to Webflow CMS collections
- Build custom dashboards or analytics
Common workflow:
- Formcarry webhook triggers on new submission
- Your server receives the webhook payload
- Process data and call Webflow's API to create CMS items
- Handle errors and maintain sync status
Advanced automations
Connect form submissions to any workflow using webhooks and integrations.
Use this to:
- Trigger real-time actions on form submission
- Integrate with services not available in Zapier
- Build complex conditional workflows
Webhook payload example:
⸻
{
"event": "submission.created",
"data": {
"id": "fc1234567890",
"fields": {
"name": "Jane Doe",
"email": "jane@example.com"
}
}
}
What you can build
Integrating Formcarry with Webflow enables powerful form-based experiences beyond basic contact forms.
- Lead generation systems: Build high-converting landing pages that capture leads, automatically sync to your CRM, and trigger personalized email sequences
- File submission portals: Create job application sites where candidates upload resumes, portfolios get submitted for review, or customers share documents for support cases
- Event registration platforms: Design event sites with registration forms that automatically send confirmations, add attendees to mailing lists, and generate check-in spreadsheets
- Customer feedback hubs: Develop feedback collection systems that route responses to appropriate teams, create support tickets, and aggregate data for product insights
Frequently asked questions
When you export a Webflow site, native form handling stops working. Update your form's action attribute to point to your Formcarry endpoint URL. The getting started guide walks through finding your form endpoint and configuring the connection. All form features including file uploads and spam protection work immediately after this change.
When you export a Webflow site, native form handling stops working. Update your form's action attribute to point to your Formcarry endpoint URL. The getting started guide walks through finding your form endpoint and configuring the connection. All form features including file uploads and spam protection work immediately after this change.
Enable file uploads by setting your form's enctype to
multipart/form-data in Webflow
. Formcarry automatically processes uploaded files when this encoding type is used. The file upload guide provides complete implementation details including size limits and supported file types.Enable file uploads by setting your form's enctype to
multipart/form-data in Webflow
. Formcarry automatically processes uploaded files when this encoding type is used. The file upload guide provides complete implementation details including size limits and supported file types.Formcarry offers different tiers based on monthly submission volume. The free plan includes 100 submissions per month. Check the pricing documentation for current limits and features available at each tier. The API also has rate limits detailed in the API reference.
Formcarry offers different tiers based on monthly submission volume. The free plan includes 100 submissions per month. Check the pricing documentation for current limits and features available at each tier. The API also has rate limits detailed in the API reference.

Description
Formcarry is a form backend platform that processes, stores, and automates HTML form submissions without requiring server-side code. It provides GDPR-compliant data handling, spam protection, file uploads, and integrations with 1,000+ apps through Zapier — making it ideal for Webflow sites, especially those exported for external hosting.
This integration page is provided for informational and convenience purposes only.
JotForm
Connect Jotform's powerful form builder with Webflow to create advanced forms with payment processing, file uploads, and automated workflows. Collect submissions that automatically create CMS items, sync data in real-time, and extend beyond Webflow's native form limitations.

Jinglebell
Jinglebell brings you an intuitive module to fully integrate your Webflow-designed forms.

Getform
Smart Form Endpoints! Collect submissions, receive emails and connect your HTML form with popular apps.

FormtoEmail
Connect your Webflow form to process through FormToEmail.

FormBucket
Capture, protect, store, and automate form submissions.
Formstack
Embed a Formstack form into your website to provide a cohesive experience for your site visitors.

Formspree
Redirect your form submissions to your email. Use Formspree for testing and development with unlimited projects and forms, limited to 50 submissions/mo.

Form-Data
Collect form submissions with spam filtering, email notifications, auto-reply and full automation

Elfsight Contact Form
Capture leads and customer inquiries on your Webflow site with Elfsight's customizable contact form widget. Build professional forms with drag-and-drop simplicity, add custom fields, and automate email notifications — all without writing code.