Form Wizard styling
How can I best approach making this with Filament? (see attached image)
It's similar to Form Wizard. Main difference is layout and styling; steps are on the left, vertically, and there are icons and subtitles.
Can this be achieved with the standard Form Wizard? With custom css on top? If not, is it easy to fetch all Wizard code out of the package and tweak it to my specs? I'm thinking, maybe make the left steps a custom component, and triggering regular Form Wizard step forms? Hiding the default step navigation?
An additional requirement, of which I don't know if it's possible with default Forms Wizard; the same field occurs in multiple steps. Is this possible?
4 Replies
Maybe a custom form layout
https://filamentphp.com/docs/2.x/forms/layout#building-custom-layout-components
Yeah a custom wizard view Id say
I'll look into it. Thanks guys!
extend the base Wizard class and pass your own view