-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.1.X, 7.2.10 DXP FP2, 7.2.10.1 DXP SP1, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Component/s: Forms
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Add a form with the following fields and rule:
- Fields:
- Single Selection:
- Label: Radio Button;
- Add two manual Options: yes and no;
- Text Field:
- Label: Text
- Validation: on;
- If Input: "Does not match";
- The Value: ^[a-zA-Z '.-]*$;
- Show Error Message: the value is invalid;
- Single Selection:
- Rules:
- If Field [Radion Button] is equal to Value [yes] Show [Text];
- Fields:
- Publish the form;
- Enter the link of the published form on another tab;
- Select "yes" in the "Radio Button" field;
- Type "2222" in the "Text" field and assert that field is correctly invalidating the value;
- Select "no" in the "Radio Button" field;
- Submit the entry.
Expected behavior:
The entry should be successfully submitted.
Actual behavior:
The entry is not submitted because the text field is still being invalidated even though it's not necessary according to the rule.
- causes
-
LPS-103822 Form triggering Calculate Rule can't be submitted
- Closed