Hi,
I am trying to set a Start Date field with validation rule as Start Date <addDays(today(),11) for a minimum 10 days from submission date. However, when the form is submitted and after and/or more than 10 days if the user opens the submitted form and tries making edits for other fields. Then, the Start Date field will get an error due to validation rule, which is not good. Is there a better way to set a validation rule to avoid this error instead of using "addDays"? Any suggestion is greatly appreciated. Thanks :)