Hello Everyone,
I have a form where the user may need to add additional lines. The desired function is similar to the repeating section control. However, I use multiple controls hidden within panels rather than one repeating section so that I can more easily access the list data. There are a number of controls contained within each panel, and some of these controls need to be disabled based on other values within the form. My formatting rules work correctly for the first line of controls (that one is not hidden), but the rules do not seem to trigger on any of the controls within the hidden panels. If I unhide the panel, I must then change the values in the associated controls twice in order to trigger my disable rules.
For example, I have a hidden date control (Control A) that is unhidden based on a selection in the above row. This field should also be disabled if a specific choice control (Control B) equals "Reversal". This functions on my first row, but it does not work on Control A unless I unhide it and change the value of Control B again to trigger the rule.
I have tried to trigger the rule using javascript, but I have been unsuccessful. I have also attempted to change the order of my rules, but I still get the same result. Would anyone be able to assist?
Thanks,
RW