Skip to main content
Version: 1.24

Redirect to Portal Page

Audience: Citizen Developers

Skill Prerequisites: Using Form Builder

This option redirects the user to another page in the portal after the user submits the form.

Action NameDescription
Redirect to URLThis option redirects the user to an external link after the user submits the form.
Send File to DownloadThis option redirects the user to a file in the portal to be downloaded after the user submits the form.

Input Parameter Reference

The parameters unique to this action are listed below. Review the common parameters for all actions here.

ParameterDescriptionSupports TokensDefaultRequired
PageSelect a portal page from the drop-down menu to which the user will be redirected after submission. If no page is selected, the action will redirect to the current page.NoNone SelectedYes
Enforce Current LocaleSetting this to true, will make the action redirect to the localized version of the page requested. The localization of the requested tab is chosen based on the current locale.NofalseNo
Query StringOptionally, provide a query string in the form of param1=value1&param2=value2 to be appended to the URL for the page selected.Yesempty stringNo
Use URL Provider to form Query StringSome URL providers form query strings using paths, e.g. /id/1, instead of ?id=1. This can cause problems in Javascript code that relies on query string variables. Disable this option to keep traditional query string formatting.NotrueNo
Open in PopupEnable this option to open the selected page in a popup. Note that you might want to add query string parameters to make the page look nicer inside a popup.NofalseNo
Open in new tabEnable this option to open the selected page in a new tab.NofalseNo