Hello, all;
I have been working on a LiveCycle form that called for a repeating subform that works well (and another project that involves repeating table rows). Then I realized that if the user hit the Reset button, the subform(s) would remain at their current state/however many instances they had added or deleted up to that point.
I followed this post (
) that managed to get the subforms reset back to 1 instance, but my form's initial state includes 3 instances of the subform that the user begins with. How can I modify the instance code to reset the initial count back to 3 instead of 1?
I appreciate your help.