Overview
Last updated 25/07/2025
The following events are available for form fields.
| 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. 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. |