Block weekends for the selection in datepicker

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

.global-styles,
.react-datepicker__day:first-child,
.react-datepicker__day:last-child{
  pointer-events: none;
  opacity: 0.5 !important;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: