Custom Page - How do I show confirmation dialog on Submit?
Also how do I modify the confirmation dialog? Is this even possible in filament v3?
I am using
use InteractsWithForms
. If I use submit, there isn't any confirmation modals/dialog, the action just happens. The ->form([])
of the action also doesn't work. Only thing the action can do is ->submit()
Adding a use InteractsWithActions
Action to the Page with the page view can do what I want, but the original form of the page isn't validated when using this action.0 Replies