Hi all,
I have a drop down list in a repeating section, where the option values are populated dynamically using JavaScript below.
NWF$("#" + accounts).append(options);
where accounts is the drop down list name and options are values that is populated as choices.
This works fine and the drop down list in the repeating section gets populated.
However, when I add a new row in the repeating section, drop down list in the new row does not have these choices.
Is there a way I can maintain the choices throughout the entire repeating section?
If not, how can I access the new row to populate the same choices?
thanks.