© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
ImShehryar

Open another modal with a form when action is confirmed

Actions\Action::make('updateStatus')
    ->requiresConfirmation()
    ->action(function (Component $livewire, Action $action) {
        // when the action is confirmed
        // open another model containing a form
    })
Actions\Action::make('updateStatus')
    ->requiresConfirmation()
    ->action(function (Component $livewire, Action $action) {
        // when the action is confirmed
        // open another model containing a form
    })
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Open another form modal from a form modal
FilamentFFilament / ❓┊help
10mo ago
Open modal with form from another form.
FilamentFFilament / ❓┊help
3y ago
How to Open Another Modal from Action Modal?
FilamentFFilament / ❓┊help
3y ago
Open action modal
FilamentFFilament / ❓┊help
3y ago