You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add an "answer" of the type "Date" to your form, mark it as mandatory, and then submit the form without picking any date, the validation does not fail on the date field.
Reproduction
Specifics
I have experienced this on both Umbraco Forms v.9.4.1 and v10.0.4.
Both sites running on Cloud.
Steps to reproduce
Add an "answer" of type "Date" to a form.
Mark the "answer" as "Mandatory"
Submit the form without changing the date field.
The validation will not mark the date field as invalid.
Expected result
The empty date field will throw a validation error on submit, preventing the form from submitting.
Actual result
Nothing. The date field still says it's valid.
The text was updated successfully, but these errors were encountered:
Thanks, yes I can replicate this server-side (client-side validation seems to work as expected), and see why it's happening. Will get this fixed for the next release.
If you add an "answer" of the type "Date" to your form, mark it as mandatory, and then submit the form without picking any date, the validation does not fail on the date field.
Reproduction
Specifics
I have experienced this on both Umbraco Forms v.9.4.1 and v10.0.4.
Both sites running on Cloud.
Steps to reproduce
Expected result
The empty date field will throw a validation error on submit, preventing the form from submitting.
Actual result
Nothing. The date field still says it's valid.
The text was updated successfully, but these errors were encountered: