Hi Guys,
This may be basic, but your help would be very appreciable. I have a repeating group with (say, 8 rows) - and each row holds an input text box. I have a ‘submit’ button outside the repeating group.
What I want it: When I click on ‘submit’, each text box should be saved onto the database. I am able to do it when the ‘submit’ button is within the repeating group (as in - each row has a submit button each), but I am unable to do it when it is outside. Would you know how to do it please.
Note below the repeating group, the save button in red is outside the repeating group and the save button inside the repeating group is marked in amber.