Hello, I have an InfoPath form with 2 Date and Time columns, named Created and Target Implement Date. The request is to make the form accept a submission with a Target Implement Date greater than or equal to today. Currently only future dates are allowed.
Creating a Validation Rule Condition of
Target Implement Date is less than now()
but this does not allow us to choose today. This works for limiting to future dates, but if we pick today's date, the form fails to submit with the following error: "One or more fields have invalid values and cannot be submitted to the list."
Fix
My coworker found the fix of removing a rule in the Validation Setting in the list itself.