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?
5 Replies
you could use a grid or something instead of a fieldset
I was wondering if the Filament Wizard would allow stepping through multiple forms, not just the fields of one form that are associated with a single table.
did you read the docs i sent?
Yes - saving data to relationships, I think that's what I need, just need to try to get it to work. Thanks!