Navigation actions

The availability of features depends on the license and may not be available in all deployments.

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.

Illustration 1. Row for defining a new action

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 ${}.

Only the first redirect (according to the order in the table) that meets the required condition will be executed.

Illustration 2. Example of a conditional action on form save

Last updated

Was this helpful?