You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: