Auto-select time slot for a date
-
Hey, i want to auto select the first time slot of a choosen day and hide the time slots via css.
I tried this methode:
https://apphourbooking.dwbooster.com/blog/2018/01/24/auto-select-time/?index=2But with this every time I go back and forth between the days, time selection would just keep expending to several time slots.
I found this code in another topic with the same problem:
https://www.ads-software.com/support/topic/reservation-with-no-time-only-day/jQuery(document).ready(function( $ ){ setTimeout(function(){ $("body #fbuilder .slots .availableslot:first-of-type a").trigger("click"); }, 200); });
But it is not working for me.
Can anyone please help me?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Auto-select time slot for a date’ is closed to new replies.