Skip to main content

Overview

Last updated 26/03/2026

Field Events

Field events let you run logic when a user interacts with a field. They are available across multiple parts of the application, including forms, data views, reports, processes, and mail merges.

Form Fields and Screen Fields

Field events apply to:

  • Form fields on forms
  • Screen fields on data views, reports, processes, and mail merges

Data Fields in Data Views

Data Views also include data fields, which display the actual data in the view. These fields are more limited in how they can be interacted with as they only support the On Click Event.

Events

EventExecutesDescription
On EnterClientExecutes on entering a form field.
On ClickClientOnly supports a _Button display type and executes when the button is clicked.
On List SelectClientExecutes when selecting a value in a lookup.
On ValidateClientExecutes after data has been entered into a form field and you leave the field. Any invalid data will cause Five to show a message and force the user back to the field.
On ExitClientExecutes on exiting the form field.