I have a form used to drop a class. The form performs a lookup to return current term information. The information returned by the lookup includes the last day of the term to drop a class. If Today is after the Last Day to Drop a Class then the student needs to be presented with a message informing them of that and given a different choice.
In this test form, today is April 10th. The last day to drop a class was April 5th. So the usual class drop fields should be hidden and some new alternatives should be shown.
It is a simple Show/Hide using Field Rules...except I don't know of a way to compare a date field with a date field using Field Rules. I can do this with javascript but I thought it should be something I could do much easier with Field Rules.
The only allowed comparison with a date field under Field Rules is to compare it to a literal date, either entered or chosen with the date picker.
Am I missing something or is this by design? And if it is by design, please consider this an enhancement request.