Redirect to parent post after adding child using cred
Started by: jamesR-13
in: Toolset Professional Support
Quick solution available
2
3
4 years, 2 months ago
jamesR-13
Disable weekends on Toolset Forms datepicker
Started by: umbertoZ
in: Toolset Professional Support
Quick solution available
Problem:
The customer wrote that he is trying to disable the weekends, from the date picker in Toolset Forms, but it is not working.
Solution:
Shared slightly updated JS code example:
jQuery(window).bind("load", function() {
jQuery( ".js-wpt-date" ).datepicker( "option", "beforeShowDay", jQuery.datepicker.noWeekends , );
});
Relevant Documentation:
n/a
2
3
4 years, 2 months ago
umbertoZ