formsVercel
Error Placement
MUST
MUST: Errors inline next to fields; on submit, focus first error
Show errors next to their fields and focus the first error on submit
Bad
Good
Why it matters
Errors should appear immediately adjacent to the field they relate to. When a form is submitted with errors, automatically focus the first problematic field so users can start fixing issues immediately. This is especially important for long forms.
References