Navigation actions
It is possible to define a redirect to the specified address after certain conditions are met.
Add action
After clicking the Add action at the top of the section above the other actions (if there were any on the form), an empty row is added in which we first choose the type of action.
Available events:
MOVE TO THE NEXT PAGE (PAGE_CHANGE_FORWARD)
RETURN TO THE PREVIOUS PAGE (PAGE_CHANGE_BACKWARD)
FORM SAVE (FORM_SAVE).
The redirect to the specified address is entered in the field Redirect link. The event will occur after the condition contained in the field is met Add condition.

In the link provided in the field Redirect link you can insert dynamic values originating from the form components (e.g. session variables). To use a component's value you must enter its id contained in ${}.

Last updated
Was this helpful?
