For server-driven routing, submit from a backend endpoint and redirect from there.
Redirects
Conditional Redirects
Send users to different pages based on their submission.
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.