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
awcodes
awcodes2mo ago
What are you expecting to happen between steps? A wizard is just a way to show / hid inputs for a whole form.
Alexander_1251
Alexander_12512mo ago
I was thinking of saving each answer in a table in my bd with the details of the quiz
Alexander_1251
Alexander_12512mo ago
thanks
Want results from more Discord servers?
Add your server
More Posts
Set default value for inputsI'm having trouble setting the default data for my form. Please helpUsing Related Field Data in Validation MessagesCan anyone tell me how to pass related data into the Validation message? Currently, this works as I How to ignore the mutator and get the original value of a property?I have a user model that has a getEmailAttribute that perform mutations to the user emails, how can generating a unique id for each builder blockI'm a little stuck on this, trying to have a hidden field (ideally) that generates a UUID, which is How to Warn Users of Unsaved Changes on the TenantProfile Page?Hi Guys, I have a page "EditCompanyProfile" which extends `EditTenantProfile`. Editing and saving woMultiple select component data is returning null on a livewire form componentI have a livewire component with an integration with Form Builder, with this code: `public ?array Header action take 30s to respondIm not sure what happened, but livewire takes 15-30s to respond after clicking header actionUpdate parent record with SUM of two related tablesI need to update the parent record with the sum of the related table and wondering what would be theError Filament has not been installed yet: php artisan filament:install --panelsHello Goodmorning when I am using this command ``composer require filament/filament:"^3.2" -W`` it gBug with sidebar notifications not marked as read but deletedWhen you dismiss a sidebar notification they are deleted rather than marked as read. Not sure this