Max,
Thanks. Using your notes above, I changed my test form as follows, but still get multiple copies of the first record, so there's still something wrong. Details below, and the backup of my test form is attached.
1. My repeater is "area_repeater10"
2. My field name is "group[{var:area_repeater10}][email]"
3. My loop event data provider is set to "{data:group}"
4. My loop event is "loop_event10". The data save inside the loop event has the data provider set to: "{var:loop_event10.row}".
When I run the form and enter two email addresses, the debugger shows two emails in the first array but only the first email in the second array.
First array:
Array
(
[option] => com_chronoforms6
[cont] => manager
[chronoform] => repeater
[event] => submit
[group] => Array
(
[0] => Array
(
[email] => a@b.com
)
[1] => Array
(
[email] => b@c.com
)
)
[button7] =>
[_ga] => GA1.2.226007831.1505575861
[_gid] => GA1.2.932653421.1517023211
[__atuvc] => 5|49,13|50,1|51,10|3,13|4
[d3afdd8bd0d018da056b0d2c45021e09] => RoLmsh7YjucmBnzeuAq4c3
[ec3e5ab2c77c5e545fc9f1f89eee2121] => FNUGQ3BP4bENpu42WdolF2
Second array:
Array
(
[save_data8] => Array
(
[data] => Array
(
[email] => a@b.com
[created] => 2018-01-28 19:15:39
[user_id] => 204
[] => Array
(
[option] => com_chronoforms6
[cont] => manager
[chronoform] => repeater
[event] => submit
[group] => Array
(
[0] => Array
(
[email] => a@b.com
)
[1] => Array
(
[email] => b@c.com
)
)
[button7] =>
[_ga] => GA1.2.226007831.1505575861
[_gid] => GA1.2.932653421.1517023211
[__atuvc] => 5|49,13|50,1|51,10|3,13|4
[d3afdd8bd0d018da056b0d2c45021e09] => RoLmsh7YjucmBnzeuAq4c3
[ec3e5ab2c77c5e545fc9f1f89eee2121] => FNUGQ3BP4bENpu42WdolF2
)
)
[_success] => Data saved successfully
[log] => Array
(
)
[var] => Array
(
[email] => a@b.com
[created] => 2018-01-28 19:15:39
[user_id] => 204
[aid] => 20
)
)
)