-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X
-
Fix Version/s: 7.2.10 DXP FP10, 7.2.10.4 DXP SP4, 7.2.X
-
Component/s: Forms
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Go to Content & Data > Forms;
- Create a new form;
- Add a "select from list" field;
- Manually add two options ("Option 1" and "Option 2") to that field;
- Add two more text fields ("Text 1" and "Text 2") to the form;
- Go to the rules tab and add the following two rules:
- If Field [Select from List] is equal to Value [Option 1] Enable [Text 1];
- If Field [Select from List] is equal to Value [Option 2] Enable [Text 2];
- Go back to the form tab, now click to edit the select field;
- Add another option ("Option 3");
- Go back to the rules tab.
Actual result:
If Field [Select from List] is equal to Value [Option 3] Enable [Text 1];
If Field [Select from List] is equal to Value [Option 3] Enable [Text 2];
Expected result:
If Field [Select from List] is equal to Value [Option 1] Enable [Text 1];
If Field [Select from List] is equal to Value [Option 2] Enable [Text 2];