F
Filament15mo ago
Hemith

Opening a confirmation modal after validation.

Is there a way to open the confirmation modal after validation? I just want to add a modal as a final confirmation for the user data.
5 Replies
Mark Chaney
Mark Chaney14mo ago
@Hemith did you figure this out? Running into same problem
Hemith
HemithOP14mo ago
I couldn't figure it out bro. I could only open the modal before validation
Raffi
Raffi10mo ago
@Hemith did you find a solution for this?
Anish
Anish9mo ago
Any updates on this?
Veggigit
Veggigit2mo ago
on Action, try ->mountUsing(fn() => $this->form->validate()) details: https://github.com/filamentphp/filament/discussions/4427
GitHub
Confirmation on update · filamentphp filament · Discussion #4427
Can I somehow make updating form with confirmation popup? I tried to override default save action, like this: protected function getSaveFormAction(): Action { return Action::make('save') -&...

Did you find this page helpful?