I'm developing a form with a number of repeating sections, and I was wondering if it is possible to use rules, conditional formatting or code to dynamically change a form based on how many instances of a repeating section there are.
For example, Repeating Section 1 is Clients.
If you have one client, there is one instance of the repeating section, however, more than one client, you can add another item so you have two instances of the Client repeating section. If this is done, is there an event or property I can use to influence a field on a different part of the form. The plan being that if two or more clients are entered then a dropdown box will "appear" (through conditional formatting) and be dynamically populated. I can't seem to find any information on a repeating section property for the number of times a repeating section has been repeated.
Thanks in advance