Home / Form backend for Webflow

Form backend for Webflow

Replace Webflow's built-in forms with LazyForms for more control and integrations.

Webflow has built-in form handling, but it's limited — no Google Sheets integration, no webhooks, and the free plan caps submissions. LazyForms gives you unlimited submissions, email delivery, Sheets sync, and webhook support. Add it via Webflow's custom code embed.

How it works

  1. 1

    Create a LazyForms account and set up your form.

  2. 2

    In Webflow, add an Embed element to your page.

  3. 3

    Paste the form HTML with your LazyForms endpoint.

  4. 4

    Publish your Webflow site. Forms are live.

Code example

<!-- Add this as a Webflow Embed element -->
<form action="https://api.lazyforms.com/f/YOUR_ACCESS_KEY" method="POST">
  <input type="text" name="name" placeholder="Your name" required
    style="display:block;width:100%;padding:12px;margin-bottom:12px;border:1px solid #ddd;border-radius:8px;" />

  <input type="email" name="email" placeholder="Your email" required
    style="display:block;width:100%;padding:12px;margin-bottom:12px;border:1px solid #ddd;border-radius:8px;" />

  <textarea name="message" placeholder="Your message" rows="4" required
    style="display:block;width:100%;padding:12px;margin-bottom:12px;border:1px solid #ddd;border-radius:8px;"></textarea>

  <input type="text" name="_honey" style="display:none" />

  <button type="submit"
    style="padding:12px 32px;background:#FF6B4A;color:white;border:none;border-radius:8px;cursor:pointer;font-weight:600;">
    Send message
  </button>
</form>

Tips

  • Use an Embed element, not Webflow's native form component.
  • Style inline or use Webflow's custom CSS to match your design system.
  • Unlimited submissions on LazyForms free tier — no caps like Webflow's native forms.

What you get

Email notifications on every submission
Web dashboard to browse and export data
Google Sheets integration
Webhook support for automation
Spam protection (honeypot + Turnstile)
Unlimited forms and submissions

Start collecting Webflow form submissions

Enter your email to get your form endpoint. Free forever.

Enter your email to receive your form action URL · No password needed