© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•8mo ago•
17 replies
Shaung Bhone

[V4] InfoList with forms in Filament modals!

I'm trying to make the modal with filament form and text entry together. Is that possible? Upper top of the modal is text entry or custom text entry, bottom is form input.
Solution
No that's replacing an entire modals content.

On an action you can do:

->form()

right?

So pass in:

->form(fn($record) => [
Livewire::make(Comments::class, ['model_id' => $record->id])
    ->key('comments'),
Textarea::make('comment')
])
->form(fn($record) => [
Livewire::make(Comments::class, ['model_id' => $record->id])
    ->key('comments'),
Textarea::make('comment')
])


For a rough example
Jump to solution
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

Filament 3 page with custom livewire forms modals
FilamentFFilament / ❓┊help
3y ago
Stacked Modals in v4
FilamentFFilament / ❓┊help
6mo ago
Infolist or widgets in forms
FilamentFFilament / ❓┊help
3y ago
Filament v4
FilamentFFilament / ❓┊help
6mo ago