Skip to main content
Formbase does not enforce conditional redirects on its own, but you can implement them easily in your frontend or server. The idea is simple: submit to Formbase, then choose a destination based on the submitted values. This keeps your logic close to your UI and avoids complex backend rules.
1

Collect the form data

Read values from the form using FormData.
2

Submit and redirect

Any field can drive the redirect logic.
For server-driven routing, submit from a backend endpoint and redirect from there.