Render modals inside custom page
I've created a custom "Calendar" page and a custom CreateReservation livewire component. This is my create-reservation blade
and I don't understand how can I open the form as a modal when click on a FullCalendar cell
4 Replies
I would suggest you just use the action with:
https://filamentphp.com/docs/3.x/actions/modals#modal-forms
and include the form in the action?
Thank you. I will try this
I have one more stupid question. Where should I put the action modal? I've put it in Resource but it's not working
Where are you trying to render it exactly?
Here, I open the "create" form from Filament and instead of opening the entire form for reservation creation, I want to display the modal.