Form Basic Forms 2 component design & features
This example uses Input type email inside Field with zod string email rules via react-hook-form Controller. FieldError surfaces invalid format messages after blur or submit.
Email forms anchor newsletter signup, invite flows, and login identifiers. Typed input and schema validation catch common typos before API calls.
