form-validation
Installation
SKILL.md
Form Validation
Validate and provide feedback
What it solves
A Form Validation pattern helps teams create a reliable way to provide field-level and form-level feedback without interrupting users before they have enough information to succeed. It is most useful when teams need account creation. Compared with adjacent patterns, this pattern should reduce friction without hiding the state, rules, or recovery paths people need to keep moving.
When to use
- Account creation
- Checkout and billing forms
- Workflow forms with both client and server rules