Webflow

Form backend for Webflow sites without the native limits.

Add custom HTML forms to Webflow pages, route submissions to email and integrations, and manage multiple client sites from one dashboard.

Create your first form Book free migration

How it works

Three steps to production forms.

01

Add an embed

Drag an HTML embed into your Webflow page where you want the form.

02

Paste the snippet

Paste the FormsFort form code and insert your access key.

03

Publish

Publish the site and start receiving submissions with spam filtering and delivery logs.

Setup

Webflow HTML embed

<form action="https://api.formsfort.dev/submit" method="POST">
  <input type="hidden" name="access_key" value="YOUR_ACCESS_KEY" />
  <input type="text" name="name" placeholder="Name" required />
  <input type="email" name="email" placeholder="Email" required />
  <textarea name="message" placeholder="Message" required></textarea>
  <input type="checkbox" name="botcheck" style="display:none" />
  <button type="submit">Send</button>
</form>
Get your access key

Migration

Migration checklist.

Move an existing form in minutes without rebuilding markup.

01

Add an HTML embed element to your Webflow page.

02

Paste the FormsFort form snippet inside the embed.

03

Replace YOUR_ACCESS_KEY with your public access key.

04

Style inputs with Webflow classes or inline CSS.

05

Add a botcheck honeypot field for spam protection.

06

Publish and send a test submission.

FAQ

Common questions.

Does this work with Webflow Ecommerce?

FormsFort handles contact and lead forms. It does not replace Webflow's checkout or commerce forms.

Can I style the form with Webflow?

Yes. The form is standard HTML inside an embed. You can use Webflow classes or custom CSS.

Can I redirect after submission?

Yes. Add a hidden redirect field. Cross-domain redirects require a Starter plan or higher.

Can I manage multiple client sites?

Yes. Use the Agency plan for team workspaces and pooled usage across all your client projects.

Stop managing form servers.

Create a production form endpoint, migrate your first form free, and scale when you are ready.

Create your first form Book free migration