Covive is growing and we are recruiting friendly and talented people who share our values. If you think your profile and experience would strengthen our team please get in touch. We want to know more about you!
gform.addFilter( 'gform_datepicker_options_pre_init', function( optionsObj, formId, fieldId ) {
// Apply to field 2 only
if ( fieldId == 4 ) {
optionsObj.minDate = 0;
}
return optionsObj;
});