Question
Field [ city ] should match format dd/mm/yyyy
I am filling out a form, and for the City field, I enter the city name and get this validation error:
Invalid date/time: please ensure that the date/time exists. Field [ city ] should match format dd/mm/yyyy
Is there a way to override the validation? (other than printing the form)
Thanks