CreateAction in panel builder confirmation (with wizard)
Where CreateAction is deafulting to create page class and then using a wizard via getSteps()....
...is there a way to easily enable the confirmation modal at the end of the wizard ?
Solution:Jump to solution
I don't think this is currently possible.
wire:confirm
or a custom submit button in the form are a workaround
https://github.com/filamentphp/filament/discussions/13933#discussioncomment-10394112...GitHub
How to render a confirmation modal before submitting wizard form? ·...
Package Form builder Package Version v3.2.29 How can we help you? I'm currently building out a wizard form with multiple steps. I want to present the user with confirmation modal before confirm...
2 Replies
Solution
I don't think this is currently possible.
wire:confirm
or a custom submit button in the form are a workaround
https://github.com/filamentphp/filament/discussions/13933#discussioncomment-10394112GitHub
How to render a confirmation modal before submitting wizard form? ·...
Package Form builder Package Version v3.2.29 How can we help you? I'm currently building out a wizard form with multiple steps. I want to present the user with confirmation modal before confirm...
Thanks, have to go without then!