-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP69, 7.0.X
-
Component/s: Forms
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce:
1) Create a New Form
2) Add a Text Field labeled "A" and make it Required
3) Add another Text Field labeled "B", make it Required, and fill the Field Visibility Expression with A>10
4) Add another Text Field labeled "C", make it Required, and fill the Field Visibility Expression with A<10
5) Add the Form to a page
6) Submit the form without filling out anything and observe that the fields are required in order to do so
7) In Text Field A, insert 11
8) Observe Text Field B shows and insert 11 in the text field, as well
9) Attempt to submit the form
Expected Behavior: Form is Submitted successfully
Actual Behavior: The Form does not submit
Note - This for 7.0.x only because there are no Field Visibility Expressions in Master or 7.1.x.