> ## Documentation Index
> Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Webflow

> Send Webflow form submissions to Formbase.

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.

<Steps>
  <Step title="Create a Formbase endpoint">
    Create a new form in the Formbase dashboard and copy the endpoint URL.
  </Step>

  <Step title="Add a Webflow form">
    In the Webflow designer, add a Form Block and configure your fields as usual.
  </Step>

  <Step title="Set the form action">
    Open the form settings and set the action to your Formbase endpoint:

    ```text theme={null}
    https://formbase.dev/s/YOUR_FORM_ID
    ```

    Make sure the field names match the keys you want in Formbase.
  </Step>

  <Step title="Publish and test">
    Publish the page and submit a test entry. Confirm the submission appears in your Formbase dashboard.
  </Step>
</Steps>

<Callout type="note">
  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.
</Callout>
