Redirect
Interaction
Redirect is a widget flow node that redirects users to a different URL.
Description
The Redirect node performs a browser navigation to the specified URL. This can be used to send users to external pages, internal pages, or any other web resource. The redirect can be configured to either replace the current page in the browser history or add a new entry.
INFO
This action of changing users' location is not a classic redirect (HTTP 3xx
code) in the traditional sense. But it is named in a way that clearly indicates its purpose.
Configuration
URL
URL – the destination URL to redirect to. This must be an absolute URL (e.g., https://example.com
). You can use context values in the URL to make it dynamic.
Replace
Replace – when enabled, the redirect replaces the current page in the browser history, preventing users from going back to the previous page. When disabled, the redirect adds a new entry to the browser history (so, users can return).
TIP
Use Replace when you want to prevent users from navigating back to the widget page after the redirect, such as when redirecting to a thank you page or external service.
Limitations
Name | Value |
---|---|
Inputs | Exactly one |
Outputs | None (terminates flow) |
Max redirect URL input length | 2048 |
Max compiled redirect URL length | Unlimited |
Context values
This widget flow node doesn't provide any context values, as it terminates the widget flow execution.