© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
13mo ago
•
4 replies
Arjen
What form inputs to use?
See attached image
. How would you program a form like this in Filament Forms
? When clicking on a day
, two extra inputs
(time from
, time to
) for selected day become visible
.
This should be saved in the database like this
:
[
[
'day' => 'Monday',
'from' => '12:00',
'to' => '18:00',
]
// etc.
]
[
[
'day' => 'Monday',
'from' => '12:00',
'to' => '18:00',
]
// etc.
]
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Use inputs outside a form
F
Filament / ❓┊help
8mo ago
Persist form inputs to query string
F
Filament / ❓┊help
12mo ago
Pass URL parameters to a CreateResource form inputs
F
Filament / ❓┊help
3y ago
Use form schema to create a non-filament form?
F
Filament / ❓┊help
2y ago