Form validation guidelines
Validation error text
Validation messages are needed when the user input differs from what the system expects and enforces:
- Required fields that are still blank.
- Invalid values, for one or several reasons (forbidden characters, formatting, duplicate).
Use clear language that helps users understand what they have to do.