Custom time slots | change date / time element (form preset)

Hello,

how can I implement a break in the date/time element of a form?

For example, reservations (restaurant) should be possible at 6:00 p.m. and 6:30 p.m., not at 7:00, but again at 7:30 p.m., 8:00 p.m. and so on.

Has anyone already implemented this / modified the date/time element?

Thanks!
Kevin

Hi! Sitejet uses the browser native date/time picker/component so, there is no way to directly add a time break.

I guess the easiest way is to use the Date element only as a date picker and add a Dropdown element with your custom list of hours that you want to make available.

Hope this helps!