© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Open modal showing the edit view of a different resource - Filament
F
Filament
•
3y ago
•
4 replies
Alex
Open modal showing the edit view of a different resource
I have two different resources
'Verification
' and
'Bookings
'
. Both resources are tied to the Booking model
.
On my Verification page
, I would like an action that opens a modal when clicked
, displaying the edit form of the Booking resource within
.
Please can somebody help explain how I could achieve this
?
Many thanks in advance for any replies
!
Solution
you can create new action
and in the form method you can call the booking form
BookingResource::form($form);
BookingResource::form($form);
in theory it should work
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Opening edit modal from a different resource (simple modal resources)
F
Filament / ❓┊help
3y ago
Programmatically open relationManager View/Edit modal
F
Filament / ❓┊help
2y ago
Create, Edit Page of a Resource to Modal
F
Filament / ❓┊help
3y ago
Modify size on modal view of resource
F
Filament / ❓┊help
2y ago