diff --git a/content/guides/01.data-model/2.fields.md b/content/guides/01.data-model/2.fields.md index 1b4d0eb4..4002d95f 100644 --- a/content/guides/01.data-model/2.fields.md +++ b/content/guides/01.data-model/2.fields.md @@ -76,6 +76,13 @@ This section allows for the configuration of rules to determine valid user input These validations apply to data added via Directus and are not database-level validations. +::callout{icon="material-symbols:info-outline"} +**Validation Steps** +There are two validation steps that will occur when creating a new item on fields, `Studio`, and `Server` validation. + +Validation occurs in multiple steps, where the `Studio` validation will display any errors on the form first. Once all the `Studio` validation errors are resolved, then `Server` validation errors will appear. +:: + ### Conditions This section alters the current field's configuration based on the values of other fields in the item. Conditional configuration include whether a field is read-only, hidden, or required, along with any editable interface-specific configuration.