Form inside a repeat region, one submit button
I have a form that is inside a repeat region behaviour. Thus, when i view the page in a browser i have multiple forms that display different records.
I need to be able to make changes to all records and then use only one submit button. I've tried to put the repeated form inside a container form (nested forms) and then submit only the container but that doesn't seem to work. No matter how much i search i can't seem to find a solution to this problem.
Anyone has done it before?