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.

Install app
View website
View lesson
A record settings
CNAME record settings
Formcarry

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:

  1. Create a form in your Formcarry dashboard
  2. Copy your unique endpoint URL (like https://formcarry.com/s/YOUR-FORM-ID)
  3. In Webflow Designer, select your form element
  4. Set the form's Action to your Formcarry endpoint
  5. Ensure Method is set to POST
  6. 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:

Common workflow:

  1. Formcarry webhook triggers on new submission
  2. Your server receives the webhook payload
  3. Process data and call Webflow's API to create CMS items
  4. 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.

  • 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
Formcarry
Joined in

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.

Install app

This integration page is provided for informational and convenience purposes only.


Other Forms & surveys integrations

Other Forms & surveys integrations

Inputflow

Inputflow

Connect Inputflow, a multi-step form builder, with Webflow to create forms with conditional logic, real-time calculations, and custom validation — all designed in Webflow Designer.

Forms & surveys
Learn more
Flowstar Form Connectors

Flowstar Form Connectors

Connect Flowstar Form Connectors with Webflow to sync form submissions to email marketing platforms.

Forms & surveys
Learn more
Growform

Growform

Connect Growform with Webflow to handle complex lead qualification with multi-step flows and conditional logic.

Forms & surveys
Learn more
Flowstar Polls

Flowstar Polls

Connect Flowstar Polls to Webflow site to add polling and survey capabilities.

Forms & surveys
Learn more
Formester

Formester

Connect Formester, a form builder platform, with Webflow to capture form submissions and route data to CMS collections.

Forms & surveys
Learn more
Documentero

Documentero

Connect Documentero, a cloud-based document generation platform, with Webflow to create Word, Excel, and PDF documents from form submissions and CMS data.

Forms & surveys
Learn more
Gravity Forms

Gravity Forms

Gravity Forms with Webflow to add conditional logic, payment processing, multi-page forms, and approval workflows.

Forms & surveys
Learn more
Formly

Formly

Connect Formly for Webflow with your site using the native app from the Marketplace, the script and attribute method, or build with the Formly and Webflow APIs.

Forms & surveys
Learn more
Google Forms

Google Forms

Integrate Google Forms with your Webflow site to collect responses while maintaining your site's design and user experience.

Forms & surveys
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free