The redirect action field redirects a user to another URL when it is processed. The current form session is terminated and any data entered into the form will be lost (unless handled by a preceding action field).
The redirect action is a Forms Service action, which means it will be processed after field level actions like the basic script action. See The Form Lifecycle: Control and Action Processing for more information about action processing.
Properties
Label | Description | Type Name |
---|---|---|
URL | The URL to redirect the user to. This will be overridden by the URL function | URL |
URL Function | This optional function is executed server-side when the form page is submitted but before the action is processed. Return the URL you would like the user to be redirected to | URLFUNC |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Last modified on May 14, 2024