Formbase uses a built-in success page for browser submissions. You can add a return URL in the dashboard so users can navigate back to your site, or you can handle redirects yourself with JavaScript. Choose the approach that fits your UX.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.
Option 1: Use the built-in success page
In the form settings, set a return URL. After submission, Formbase displays a success page with a “Return” button pointing to that URL.



Browser requests receive a
303 redirect. Treat it as success when using client-side fetch.