Hi,
The quantity fields needs to be above the calendar since after selecting it the calendar available times are calculated taking in account the capacity needed according to the quantity selection (only the times with enough capacity are displayed for selection).
An alternative solution is to make the quantity field more prominent with some style to make it bigger or changing its color. It can be a style like the following:
.ahbfield_quantity_div label
{
color : red !important;
font-size: 18px !important;
}
.ahbfield_quantity {
color : red !important;
font-size: 18px !important;
}
Add the needed styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.
Thank you for using the plugin!