Multi-step forms in Nextjs
Answered
Sloth bear posted this in #help-forum
Sloth bearOP
What i want is to make a multistep form in my nextjs/prisma app, it's a car loaning service, and i want to make three steps:
- loaning info + car selection
- personal info
- confirmation.
and im looking for the best method or algorithm to make this. Thanks is advance
- loaning info + car selection
- personal info
- confirmation.
and im looking for the best method or algorithm to make this. Thanks is advance
Answered by B33fb0n3
create a client component that handles the multi step form. Either save each step the entered data to your database or at the end. Finish 🙂