© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
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.
]
image.png
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

Use inputs outside a form
FilamentFFilament / ❓┊help
8mo ago
Persist form inputs to query string
FilamentFFilament / ❓┊help
12mo ago
Pass URL parameters to a CreateResource form inputs
FilamentFFilament / ❓┊help
3y ago
Use form schema to create a non-filament form?
FilamentFFilament / ❓┊help
2y ago