FilamentF
Filament11mo ago
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.
]
image.png
Was this page helpful?