Forums
(@ubri)
10 years, 2 months ago
dopbsp/assets/js/jquery.dop.frontend.BSPCalendar.js
line 7098: if (!isValid){ return false; }
change for:
if (!isValid){ return false; }else{ yourFunction(); }
This function only works when all fields are correct.