(More) flexible start times on booking pages
When you create a booking page, you also set fixed time slots for the appointment. The user can select one of these and complete a booking. It would be great if there would be an option to leave the starttime selection up to the user of the booking page.
== Example of current situation ==
I make a booking page for an 1h-appointment. I create the following time slots
* 12:00 to 13:00
* 13:00 to 14:00
* 14:00 to 15:00
== The problem ==
The users of the booking page can select any of these three options, but they are limited to these start and end times. But, as per these options, I am available from 12:00 until 15:00.
== Example of prefered solution ==
I set the appointment for 1 hour, and I indicate I'm availabile from 12:00 until 15:00. The user can freely select the start time.
== Alternative, more klunky solution ==
Allow for the overlap of timeslots. That way, we could make timeslots like
* 12:00 to 13:00
* 12:30 to 13:30
* 13:00 to 14:00
* 13:30 to 14:30
* 14:00 to 15:00
This is probably never granular enough, but it would at least alleviate the problem