Hi,
First… Nice plugin! Really helpful.
I, too, would be interested in a solution about the date range.
I’m using the min:(date) and max:(date) option in CF7 but it won’t work in Firefox and IE. Chrome is fine.
http://contactform7.com/date-field/
For now, I modified the cf7-datepicker-ie-fixer.js with these lines:
To allow future date (next years) to be selected:
changed line 95:
yearRange: “-100:+0”
to:
yearRange: “-0:+2”
I need visitors to let me have at least a week to prepare for the event date so I added a line before line 95:
minDate: “dateToday+7days”,
Anyway, it fixes my problem but I’m pretty sure that people with absolutely no coding skills would appreciate a fix.
Hope it’ll help you Deep45! (if you haven’t dropped out)
Sorry for my english :S
Best regards
Hi – thanks so much this really helped me out. I wonder if you could also tell me how I can disable dates within the calendar? I only hold classes on Friday and Saturday at the moment so would like to disable Sunday-Thursday.
See my page here
http://www.stefbaxterpottery.com/pottery-classes-2/
Thanks for any help you can give
Connie