Form Wizard multiple models

i have a multi step booking form that touches multiple models. in this case: there's a client model for step 1 and a booking model for the rest of the steps. how would i go about implementing this in the form wizard https://filamentphp.com/docs/3.x/forms/layout/wizard
No description
4 Replies
yagrasdemonde
yagrasdemonde7mo ago
Use relationship
jigsaw
jigsaw7mo ago
You can use custom submit method in form
HichemF
HichemFOP6mo ago
is it possible to submit the form in the first step and then submit again in the final step?
awcodes
awcodes6mo ago
That kind of negates the point of a wizard right.? It is possible though. It just requires a more manual approach to the wizard then the functionality provided out of the box.

Did you find this page helpful?