Set the Time Array to Option Select
I want to set the timeslots to the Select Options based on the appointment_date and appointment_time columns if match then hide that time
i try to debug the time and it works but it wasn't applying on the Select options.
Solution:Jump to solution
Not sure if that's the same example but we had a similar project with radio timeslots in one of our tutorials, here's the code
```
public static function form(Form $form): Form
{...
4 Replies
Solution
Not sure if that's the same example but we had a similar project with radio timeslots in one of our tutorials, here's the code
You can maybe compare output format or logic
Thank you so much, Sir Povilas, for this code snippet from your tutorial. I forgot that you have a tutorial with the same implementation that I need, even though I watched it a few months ago.