Webflow forms can post to any endpoint, which makes Formbase a great fit. You keep your Webflow design and point the form action to your Formbase endpoint.
This setup works without custom code and keeps the Webflow UX intact.
Create a Formbase endpoint
Create a new form in the Formbase dashboard and copy the endpoint URL.
Add a Webflow form
In the Webflow designer, add a Form Block and configure your fields as usual.
Set the form action
Open the form settings and set the action to your Formbase endpoint:https://formbase.dev/s/YOUR_FORM_ID
Make sure the field names match the keys you want in Formbase. Publish and test
Publish the page and submit a test entry. Confirm the submission appears in your Formbase dashboard.
Formbase redirects browser submissions to a success page. If you want a custom Webflow success state, intercept the submission with custom code and redirect manually.