How to hide form sections based on calculated field?
I'm building a custom form for work requests. One of my fields is "Requested Delivery Date" and I want to put a hard stop if the requested delivery date is less than 4 days from the current date.
I've added a "lead time" calculated field to the form that is working, but I cannot natively assign display logic to all the other sections of the form based on the calculated field.
Does anybody know a workaround that will allow me to hide all sections until the requested delivery date exceeds 4 days from the current date?