tmparisi on "Further Date Validation"
In version 3 there is a checkbox to not let the user select weekends... is there a way to not let the user select a specific week day, such as Monday?
View ArticleAMurray on "Further Date Validation"
1) Yes you can disable Weekends. Choose the option, "Disable Weekend Dates"2) For disabling a specific day of the week (that is, to choose a check box to disable every Monday, or whatever), I cant see...
View Articletmparisi on "Further Date Validation"
I would assume there has to be a way in the PHP to make it happen then. I know there was in v2, i've found those answers on this board. But is the coding and solution the same for v3?
View Articletmparisi on "Further Date Validation"
This is what was added to the post-functions.php file right above line 1367 ($form_unique_ip = $row['form_unique_ip'];).... thanks to MachForm it now works perfect:if ($form_id == 2) { //date...
View Articleverucasalt on "Further Date Validation"
Is it possible to disable the current date from the calender?
View Article