How to show a verification modal before save
Hi i want to show a modal to user before form save with a condition. For example if user want to activate product i must ask "Do you really want to activate this product? This product is going to be sellable.".
Thanks for all help.
3 Replies
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Yes i know this but i have to add this to my resource edit form.
I think you are saying you have to make custom form right?
No, you can use the form lifecycle hooks to emit a Notification before save if you need to.
I could be confused to your use case too though. Sorry.