Back to Refine

UseStepsForm Example | Best Practices in Refine v5: React Hook Form

documentation/docs/examples/form/react-hook-form/useStepsForm.md

3.25.0455 B
Original Source

useStepsForm allows you to manage a form with multiple steps. It provides features such as which step is currently active, the ability to go to a specific step and validation when changing steps etc. For more information, you can view the live example or review the source code.

Refer to the useStepsForm documentation for more information. →

<CodeSandboxExample path="form-react-hook-form-use-steps-form" />