Repeater index

Pigna 10 Jun, 2021
Hi!

I've a form with a repeater area: unit name is Contact and every field have name like Contact.#Contact.name.

Everythig works fine.

In the empty form the repeater index start with 1 when i click the repeater add button.

Instead in the edit form, when the repeater is populated with db data, the index start with 0.

How can i set the repeater index to star always with 1?

Thank's,

p.
Eddi Bournell 14 Jun, 2021
You find the min./max. cloner-settings under:
repeater / Advanced Settings -> Cloner
Eddi
Pigna 14 Jun, 2021
Thank's Eddi, but min. is the number of minimun repeat, not the index start.
Eddi Bournell 14 Jun, 2021
In my JSON-Field the start-ID ist 1 :
{"1":{"vorname":"Lotti","name":"Lustig","email":"asdef@serter.de","plz":"64289","ort":"Darmstadt","str":"Ludwig","tel":"06151-1111"},
"2":{"vorname":"Kurti","name":"Burti","email":"kurti@kurti.com","plz":"345456","ort":"Köln","str":"Breite","tel":"23423345"}}
You need to login to be able to post a reply.