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
- Recreate the listed fields in Webflow
- Set the form action to your endpoint
- 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
6Simple job application
A short job application capturing the essentials.
View Webflow code →Rental application
Collect applicant details for a rental property.
View Webflow code →Job application
Standard job application with role and resume details.
View Webflow code →Vendor application
Onboard a new vendor or supplier.
View Webflow code →Employment application
Formal employment application with availability.
View Webflow code →Tenant application
Screen prospective tenants for a unit.
View Webflow code →Contact forms
6Simple contact
A minimal contact form with name, email and message.
View Webflow code →Contact me
Personal contact form for freelancers and creators.
View Webflow code →Contact us
General contact form for a company or team.
View Webflow code →Inquiry
Capture a general inquiry or question.
View Webflow code →Contact sales
Route qualified leads to your sales team.
View Webflow code →Media inquiry
Press and media contact form with deadlines.
View Webflow code →Donation forms
3Feedback forms
9Customer satisfaction survey
Measure customer satisfaction (CSAT).
View Webflow code →Documentation feedback
Collect feedback on docs and help articles.
View Webflow code →NPS survey
Net Promoter Score survey with a 0-10 rating.
View Webflow code →Complaint form
Let customers file a formal complaint.
View Webflow code →Client feedback form
Gather feedback from clients after a project.
View Webflow code →Anonymous feedback
Collect candid feedback without identifying details.
View Webflow code →Event feedback
Get attendee feedback after an event.
View Webflow code →Course evaluation
Evaluate a course and its instructor.
View Webflow code →Open house feedback
Capture visitor impressions after an open house.
View Webflow code →Order forms
5Bakery order
Take custom bakery and cake orders.
View Webflow code →Catering order
Request catering for an event.
View Webflow code →T-shirt order
Order custom or branded t-shirts.
View Webflow code →Change order
Request changes to an existing project or contract.
View Webflow code →Product order
Generic product order form.
View Webflow code →Registration forms
5Event registration
Register attendees for an event.
View Webflow code →Course enrollment
Enroll students into a course.
View Webflow code →Contest entry
Collect entries for a contest or giveaway.
View Webflow code →Webinar registration
Sign up attendees for a webinar.
View Webflow code →Warranty registration
Register a product for warranty coverage.
View Webflow code →Request forms
9RMA request
Return merchandise authorization request.
View Webflow code →Change request
Submit a change request for review.
View Webflow code →Maintenance request
Report a maintenance or repair issue.
View Webflow code →Purchase request
Request approval to purchase goods or services.
View Webflow code →Creative request
Brief the creative team on a new request.
View Webflow code →Refund request
Request a refund for an order.
View Webflow code →Payment request
Request a payment or invoice settlement.
View Webflow code →Shipping request
Request shipment of an order or item.
View Webflow code →Support request
Open a support ticket.
View Webflow code →