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.

Wufoo
Connect Wufoo's powerful form building capabilities with your Webflow site to create advanced forms with payment processing, file uploads, and complex conditional logic. This integration enables you to collect data through Wufoo while maintaining your Webflow site's design and functionality.

User Detective
User detective makes it easy to run on-site user feedback and research questions.
Typeform
Connect Typeform's conversational forms with Webflow to create engaging surveys, quizzes, and lead capture experiences. Build everything from simple contact forms to complex application workflows while maintaining your brand's design consistency.

SurveyMonkey
Connect SurveyMonkey's powerful survey tools with Webflow to collect feedback, qualify leads, and gather insights directly on your website. Embed surveys seamlessly, automate data workflows, and enhance user engagement without leaving your site.

POWR
Transform your Webflow site with powerful no-code widgets. Add forms, popups, galleries, and 60+ interactive apps to boost engagement, capture leads, and increase conversions — all without writing a single line of code.

Poptin
Connect Poptin's powerful popup and form builder to your Webflow site to capture leads, reduce cart abandonment, and boost conversions with targeted engagement tools.

Paperform
Connect Paperform's dynamic form builder with Webflow to create advanced forms, automate workflows, and enhance data collection. Build everything from simple contact forms to complex e-commerce experiences with conditional logic, payment processing, and seamless design integration.

MightyForms
Connect MightyForms' advanced form builder to your Webflow site for powerful data collection, automation, and payment processing — no coding required.

MailChimp form
Connect your Webflow signup form to a MailChimp list to gather contacts and segment them.