Hi everyone,
I have a checkbox in my form which upon selection shows multiple fields. When only 1 request is selected from the checkbox it works perfectly and shows the desired fields. But when multiple checkboxes are selected it only shows the fields of the one selected latest. The rules for each checkbox selection is different.
All the fields which get populated have rules which look like this.
For example:
checkbox A selected shows fields 1,2,3,4
checkbox B selected shows fields 1,2,5,6,7
I want when A and B both are selected the form should show 1,2,3,4,5,6,7
Selection 1:
Selection 2:
Selection 1 and 2:
Any help will be much apretiated.