I have a booking form that uses repeaters containing some text and dropdown fields that allow adding additional people to a booking. The form is working for a new submission and the repeater field values are correctly stored per additional / per row in a database.
However I can not seem to populate the repeater fields when using an amendment link. I can read the values from the database correctly and have tried various methods to set the repeater array fields with no success.
So for example: if a repeater with a design label "Test Repeater 1" and an element name "test_repeater_1" with Start Count 0 and Max count 10 contains two fields Text Field Name: "full_name_1[n]" and a dropdown field Name "guest_selection_1[n] containing ( =Select, yes=YES, no=NO )
How do I set the data after reading the values from the database to populate the repeater fields ?