With the calendar date picker, the year pulldown goes all the way back to 1911. Is there a simple way to limit the range to 2009 to 2013?
With the calendar date picker, the year pulldown goes all the way back to 1911. Is there a simple way to limit the range to 2009 to 2013?
The datepicker uses the jQuery UI Datepicker. It can be customized via jQuery.
thank you! I edited your datepicker.js file. Is that a hack that will get overwritten on an upgrade?
Yes, anytime you change files in the Gravity Forms plugin folder those will get overwritten on upgrade.
You need to check out the jQuery UI datepicker documentation and see how to customize it using jQuery you would add to your theme template.
got it. thanks!