Is it possible to be able to enter 'from' and 'to' dates and validate that the 'to' date is after the 'from' date?
Is it possible to be able to enter 'from' and 'to' dates and validate that the 'to' date is after the 'from' date?
Currently this isn't a built in feature. It is possible, but it would require a customization using the gform_validation hook. You would have to write custom validation that checks the values and if returns an error based on your custom PHP to validate those fields.
There is a tutorial on how to use the gform_validation hook here:
http://www.gravityhelp.com/documentation/page/Using_the_Gravity_Forms_%22gform_valiation%22_Hook