Webflow forms

Connect a Webflow-designed form to Formward and retain control of the visual layout. Browse 46 templates that generate clean Webflow code pointing to your Formward endpoint.

Implementation notes

  1. Recreate the listed fields in Webflow
  2. Set the form action to your endpoint
  3. Test required fields on the published domain

A working Webflow contact form

This server-rendered example is generated specifically for Webflow. Replace the endpoint placeholder with your public Formward form ID; it is not a secret.

Best for

Marketing teams that design visually in Webflow but need EU-hosted storage, routing and submission management.

Watch for

Webflow designer previews do not prove the published action works; test the live domain and preserve every field name.

<!-- Paste this into a Webflow Embed element (Add panel > Components > Embed). -->
<form action="https://forms.formward.eu/f/your-form-id" method="POST">
  <label for="name">Name</label>
  <input type="text" name="name" id="name" required />
  <label for="email">Email</label>
  <input type="email" name="email" id="email" required />
  <label for="message">Message</label>
  <textarea name="message" id="message" required></textarea>
  <input type="text" name="_gotcha" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" aria-hidden="true" />
  <button type="submit">Send</button>
</form>

Application forms

6

Contact forms

6

Donation forms

3

Feedback forms

9

Order forms

5

Registration forms

5

Request forms

9

Signup forms

3
Webflow form templates, EU-hosted backend | Formward