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
| Event | Executes | Description |
|---|---|---|
| On Enter | Client | Executes on entering a form field. |
| On Click | Client | Only supports a _Button display type and executes when the button is clicked. |
| On List Select | Client | Executes when selecting a value in a lookup. |
| On Validate | Client | Executes 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 Exit | Client | Executes on exiting the form field. |