Implement a Validated Form
Create a form using React Hook Form + Zod with Copilot assisting validation and submission.
category:frontend
forms
zod
workflow
multi-step
0
Prompt
A workflow to quickly generate a robust form with full validation and submission handling. ## Steps: 1. Create a new form component. 2. List fields and requirements in a comment. 3. Ask Copilot: "Generate React Hook Form setup using Zod validation." 4. Add an onSubmit handler. 5. Ask Copilot to add inline error messages. 6. Test validation manually. 7. Add extra schema cases if needed.