Post-action operations

Explore the available native operations that can be performed in response to a user's interactions with your Links.

Redirect the user

This submit action will redirect the user to a specified URL. This is useful if you have a particularly complicated form, as it enables you to split your form into multiple forms that you can chain together. For example, if you had a form in which a group booker is able to affiliate themselves with an organisation, you could split your form into two Action Links:

  1. Choose organisation type: A single-step form in which the user is asked to choose from a dropdown of organisation types. If they choose 'education organisation' a second (conditional) dropdown appears from which they choose which type of education organisation they belong to. A redirect redirect submit action with a condition of the education organisation type equally 'school' redirects them to the next form.

  2. Add affiliation with school: A multi-step form that guides the user through the process of adding an affiliation with their school.

In the future we intend to enable you to pass field values as parameters to your redirect URL. If you'd be interested in this feature, let us know so we can move it's development up the roadmap.

Display a message

This submit action enables you to display a message to the user. Note that when using this submit action, the user's responses to the fields in the form will only be used to identify whether the conditions of the submit action match โ€“ย it will not cause Action Links to interact with Tessitura.

This submit action is useful if a user's responses don't fulfil the necessary criteria to trigger a Local Procedure, or add a CSI to a Constituent record.

Last updated