Next.js Discord

Discord Forum

Multi-step forms in Nextjs

Answered
Sloth bear posted this in #help-forum
Open in Discord
Avatar
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
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 🙂
View full answer

3 Replies

Avatar
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 🙂
Answer
Avatar
@Sloth bear solved?
Avatar