is it possible to modify the script so that an appointment can be booked after 5 pm or before 9 am?
already found the solution need to change
$morning_shift_starts = 9; $morning_shift_ends = 13; $afternoon_shift_starts = 14; $afternoon_shift_ends = 18;
in the backend_create.php
thankyou anyway