Hello @SamyukthaPa, You can use validation functionality for your criteria.Select the field in the custom form >> Edit logic >> Validation. Example below:IF({DE:Your Date FIeld}<$$TODAY,"The entered date is in the past. Please select a current or future date.","")If the user selects a past date, it ...