Quiz app with multistep form
Hi, I'm working on a quiz app, does anyone have any idea how to work a multi-step form in filament so that I can go through each question one by one?
4 Replies
What are you expecting to happen between steps? A wizard is just a way to show / hid inputs for a whole form.
I was thinking of saving each answer in a table in my bd with the details of the quiz
you can use
afterValidation
https://filamentphp.com/docs/3.x/forms/layout/wizard#step-lifecycle-hooksthanks