Hi,
How can I make the date calendar only allow clicking on a date, say one day in the future or more?
Likewise only allow time selection to say, 12 hours in the future or more?
Thanks!
Ken
Hi,
How can I make the date calendar only allow clicking on a date, say one day in the future or more?
Likewise only allow time selection to say, 12 hours in the future or more?
Thanks!
Ken
Gravity Forms uses the jQuery UI date picker component. You can customize it with some variables to restrict date range, etc. but you would need to add some jQuery script to your theme, either in the theme header/page template header or in an external .js file that gets called in on your form page. This previous thread may help point you in the right direction.