basically I have a large form created on my WordPress site using Gravity Forms. One section of my forms has a bunch of items listed with a ‘Start Date’ followed by an ‘End Date’ — Example:
Item | Start Date | End Date
Item#1 | 05/01/2015 | 05/25/2015
What I am after is making it so I can disallow the ‘End Date’ from being before the selected ‘Start Date’. It would be best if the user was unable to even select the date from the date picker drop down, but if it has to be an error that pops up on submission, that is fine to. I have been researching this for hours and I am just too noob to know exactly what to do. Thanks for any and all help!
Try something like this, which uses jQuery’s datepicker functions: