requiresConfirmation doesn't seem to work on form submit action
hi all!
I'm adding a custom form on a custom page but can't seem to add requiresConfirmation() to the form submit.
The Form part:
The blade;
The action method;
I'm adding a custom form on a custom page but can't seem to add requiresConfirmation() to the form submit.
The Form part:
The blade;
The action method;
- Why is the requiresConfirmation not firing?
- Do you see general improvements in this custom form approach?