Hi Brian,
I agree my explanation is confusing. :(
In attempt to clarify it, I've pasted the respective ADP and TCL chunks, at pastebin.com: pastebin.com/uKrGHXKR
The goal's to use categories dynamically, associated with input text fields, within a form.
Every loop of the first (i.e. outer) multirow creates a new form and a few fields. Then, every loop of the second (i.e. inner) multirow generates the rest of fields (input text), dynamically dependent on how many categories are in the category tree.
Categories are used to compound the labels, ids and values of the input text form fields.
So far, the source code runs fine, except for one issue: the second (inner) multirow repeats the very last value to all
I'm trying to figure out a way to empty the multirow, on every interaction, without unset the whole multirow datasource,.
Best wishes,
Iuri