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
4 Replies
Use relationship
You can use custom submit method in form
is it possible to submit the form in the first step and then submit again in the final step?
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.