Redirects and endings

Redirects and Endings determine what happens when a responder reaches the end of a form—or any point within the flow where redirection is appropriate. Redirects can be configured globally (at the end of the flow) or locally (at a specific step), and both options support conditional logic for personalized experiences.

Redirects

Redirecting users is essential for connecting multiple applications or flows, and Formsort offers flexible options to support complex navigation logic.

Types of Redirects

1. Global (Default) Redirects Set in the Endings group of the Content Editor, default redirects occur when a responder reaches the end of a form without triggering any earlier step-level redirects.

  • If no default redirect is configured, the responder will see a plain confirmation screen with optional text.

Setting a default redirect

2. Step-Level Redirects Redirects can also be defined on a per-step basis. Select a step and open the Redirect tab to configure.

  • Step-level redirects can only use variables that have been defined by that step.

  • If a step-level redirect has no condition, it will trigger automatically when the step is completed, finalizing the flow.


Configuring Redirect Behavior

Open redirect in new tab?

If enabled, the redirect will open in a new browser tab. This is useful when linking to a supplemental page (e.g., terms and conditions) without finalizing the form.

Adding query parameters to redirect URLs

You can append query parameters to any redirect URL using the standard format:

https://redirect-out-url.com?item1=value1&key2=value2

To pass values collected during the flow, use templating syntax:

https://redirect-url.com?email={{responder_email}}

Fallback values

When using templated variables, it is recommended to specify fallback values to avoid broken redirects if the variable is not defined at runtime.


Redirecting into Formsort

Formsort supports redirection into a flow with data passed via URL parameters.

Example:

https://flow.formsort.com/client/acme/flow/signup/variant/default/?utm_source=google
  • Use external variables to capture data from the incoming URL.

  • Define the external variable in your flow schema (e.g., utm_source) so Formsort knows to bind the incoming value.

  • Formsort will automatically ingest and assign the value to the matching variable.

An external variable does not need to be created for answers that are already created in questions.


Accessing the expected redirect URL as an answer

You can reference the current expected redirect URL as a System library answer.

This is useful if you want to:

  • Display the expected redirect URL to the user

  • Include it in a submission payload

  • Log it for analytics purposes


Endings

The Endings group is a default, non-removable section at the end of every flow. It serves two primary purposes:

1. Configure Default Redirects

From the Endings group, define the default behavior when a responder completes the form:

  • One or more conditional redirects using form logic

  • A single unconditional redirect for all users

These act as a fallback if no step-level redirect has been triggered earlier in the flow.

2. Display Confirmation Text

If no redirect is configured, you may provide a simple confirmation message to be shown as the final screen.

  • The screen is unstyled and cannot be customized.

  • Use only if you have no destination to send users to or wish to keep the experience minimal.

⚠️ We generally recommend using a styled last step or redirect URL instead of plainconfirmation text for better user experience and branding consistency.

Last updated

Was this helpful?