Any way to limit the time picker to only show times between 7am to 2pm in 15 minute increments.
I’m not aware of the TimePicker having max and min properties. I recommend reaching out to Wix Customer Care as they’ll be better able to help you.
Also, you can submit a new feature request on the Wishlist Page , which is the official platform for requesting new features. You can vote, comment, and track the status of the requested features.
Or create a time picker of your own using iframe or a custom element then you’ll be able to have full control over the values.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
it’s relatively easy.