I'm Having problem getting the values of inputs who are within a nested Repeat.
ex. I have a data-repeater-list="Doc" and within this list I have another list named Items and within the List named Items I have inputs.
How do I get the value of these inputs after I post the form to another document.
I've tried Doc[0]Items[0][name]
as well as Only Items[0][name]
nothing seems to working from my perspective.
can anyone help.
I'm Having problem getting the values of inputs who are within a nested Repeat.
ex. I have a data-repeater-list="Doc" and within this list I have another list named Items and within the List named Items I have inputs. How do I get the value of these inputs after I post the form to another document. I've tried Doc[0]Items[0][name] as well as Only Items[0][name] nothing seems to working from my perspective. can anyone help.