Ulysses
Joined: 09 Jul 2008 Posts: 4
|
Posted: Tue May 21, 2024 1:34 pm Post subject: Date validation failing |
|
|
Your date validation used to work without issue. Now it fails with the error:
"'ABC' is not a valid date" where 'ABC' is the name of the date field that is being validated.
Strangely, it repeats the warning twice on the same page. The page with the warning is https://www.mycontactform.com/sendform/sendform.php.
I have tried repasting in the mycontactform markup but that did not solve the issue.
One potential issue is your DateTimePicker formats dates MM-DD-YYYY but on the form setup, it's MM/DD/YYYY. However, there is no way to change the dashes to slashes on the form generated by the mycontactform markup. |
|