Is it possible to make the default value of the date picker field tomorrow's date?
Is it possible to make the default value of the date picker field tomorrow's date?
Yes, you can customize the jQuery datepicker to default to certain dates, exclude weekends, show ranges, etc. by manually adding some script to your theme/page template.
The datepicker component is straight from the jQuery UI library so you can refer to their documentation for how-to's.
http://docs.jquery.com/UI/Datepicker
Also, here's a link to another thread that discussed something similar.
We do plan on adding some of these options to the UI in the future.
Thank you!
This would be an awesome addition to the UI - I am so excited about the "reservation" form I've been able to create here: http://tsbcomplete.com/nationalparkfloattrips/jackson-float-trip-reservations-rates/ but it would be totally complete if I had a way (via UI) to add which date the calendar starts on in the conditional logic I am now using to show the date picker.... Thank you so much for this incredible toolbox.
Harmony
There is currently no way via the UI to do that. The only way right now is via the JavaScript code.