Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Repeat subform for each data item

Avatar

Former Community Member
Hello,



I have built an XML schema which has properties of certain elements sets so that the minoccurs=0 and the maxoccurs=unbounded.



How can I get this on a Adobe form to duplicate the same behavior. Basically I want a drop down, i.e., yes/no and based on the answer to that dialog programatically add the fields, and then of course a button to add an instance of the "fields".



Is this possible? Any assistance would be greatly appreciated.



thanks,

mitch
1 Reply

Avatar

Level 5
Add JS code of FormCalc code in change or exit event for Dropdown.



Check for InstanceManager in help, the key agent in managing dynamic forms.



You may also need to add some code in click event of the button. Make sure you save the form as dynamic form.



Goodluck,

SekharN.