Home › Forums › Quform WordPress › Different periods depending on the day of the week › Reply To: Different periods depending on the day of the week
June 14, 2023 at 2:01 pm #35589
laboulbene
Participant
Hi,
first of all thank you for that tip.
I need to avoid people to book on Monday.
When I put :
} else if (dayOfWeek === 1) { // Mon
times = [];
the time picker is still present and full.
I need to deny booking on Monday.
Any help would be appreciated.
Thanks in advance
Ludovic