-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.0 Beta 1, 7.1.X, Master
-
Component/s: Forms
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce
- Go to Content > Forms
- Add a new form
- Add a Date field
- Add an Upload field
- Publish form
- Go to Publish URL
- Input the string "test" in both Date field and Upload field
- Submit
Expected Result:
Form should validate that the Date field has a valid date inputted. Should also validate that the Upload field has a file added.
Actual Result:
Form submits successfully.
Note The fields are validated for real values if they are set to "Required". A blank, non-required field should be accepted, but if the user inputs a value, it should be checked as valid.
- is fixed by
-
LPS-71982 Forms Date field accepts invalid values
- Closed