Hi, is there a way for the calendar to grey out the next 3 days, so earliest a visitor can choose is always 3 days from now?
Thx
Hi, is there a way for the calendar to grey out the next 3 days, so earliest a visitor can choose is always 3 days from now?
Thx
You would have to use JS to do so. We use the JQuery Datepicker script. You can find details about it here, including customization options: http://jqueryui.com/datepicker/
The restrict date range code is probably what you'll want to investigate - http://jqueryui.com/datepicker/#min-max
thanks a lot!!
Dan
No problem. All my best!