FormGetting StartedMulti Step Form

Multi Step Form

Multi Step Form with stepper and ShaddyForm.

A multi-step form breaks down complex forms into manageable steps to collect user input. With Stepper and ShaddyForm you can create a multi-step form with validation.

1
2
3
4
5

Personal Information

Installation

The useTriggerForm hook is required to validate ShaddyForm fields within each stepper step.

pnpm dlx shadcn@latest add https://shaddy-docs.vercel.app/r/use-trigger-form

You'll also need to install the Stepper component to create multi-step forms with ShaddyForm.

pnpm dlx shadcn@latest add https://shaddy-docs.vercel.app/r/stepper