Undefined fieldId in gform.addFilter for limiting dates in datepicker – Gravity Forms
After debugging, I noticed that the formId in the hooked function for filter was actually fieldId for the date field and hence the fieldId undefined. Here no actual formId is received in hooked JS filter function and the actual fieldId is passed as formId. So, quick workaround I applied using formId only, is: // Allow … Read more