Block weekend dates in datepicker

Add the code below to 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;
}