Hello i have designed a form with a repeater area and the problem that i have is that when i press submit only the last fields of the repeater area are saved for example say i have Guest 1 and Guest 2 only the fields of the Guest 2 will be shown in the data table of the form
You need to give the fields an array-like name. Something like model[{var:area_repeater#.key}][field_name] Or just put the model name in the repeater area's model setting.
This topic is locked and no more replies can be posted.