Wizard with each step from different model?
Most examples I've seen of the Filament wizard are to separate all the fields from a single model into a multi-step process, like adding name, email, password when creating a new user account. It's still all just submitting to the user table.
I'd like the wizard to step through adding data to multiple forms, each adding their respective data to a different table. Is this doable?
I'd like the wizard to step through adding data to multiple forms, each adding their respective data to a different table. Is this doable?