I've seen lots of people asking about how to limit the date field to only allow certain dates (for example not being about to select dates in the past).
You (the support staff) always point the toward the jquery datepicker.
After a bit of work, I did manage to get the datepicker to limit certain dates, but this doesn't actually limit the dates that are submitted to the form. In this example, a user can simply key in a different date without using the datepicker graphic interface. This allows them to get past the limitation.
I bet this can be fixed with some custom php, but my bigger point is that you shouldn't be telling people that this can be achieved with datepicker alone.
Unless I'm missing something... And I HOPE I'm missing something because I don't want to have to deal with this another way...
So, am I missing something?