How do you make the submit button of a form wizard do a require confirmation dialog?
Currently in the docs, to add a submit button, I have to do this:
But it seem like there is no way for me to add a ->requiresConfirmation to the submit button to give some warning before they confirm again to submit
3 Replies
no idea but maybe you can move the submit button to a modal?
I didn't try that btw:
https://filamentphp.com/docs/3.x/support/blade-components/modal
hmm not really sure what u mean
I mean instead of putting a button in the
submitAction
you may put a confirmation modal, the confirm button inside it is the submit button