Let me clarify -
Cloning allows a user to click a button as needed to duplicate something.
What I'm referring to is DUPLICATING fields in the builder. Sorry for the confusion.
I want to take a group and all 10 sub-fields and hopefully duplicate the group in the form so that I have 30 instances of the same group.
Then conditionally show the correct number of these duplicated groups based on how many units are enetered in another field.
If I choose 2 units, then show 2 of these form groups. If I choose 12 units, then display 12 of the designated form groups.
so in building the form, all 30 groups are there, but when creating a new Package, I only want to display the number of groups based on how many units are indicated in the drop down field (options range from 1 to 30).
Not cloning the group manually.
Make sense?