i am working on a web form that has repeating ui elements using the example that i found here with the exception that i am using a multidimensional array instead of appending a number to the name of each element
the only problem i have is that i need to have repeating form controls nested inside of my already repeating form elements. and i am at a complete loss as to how to implement this.