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.
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.
You find the min./max. cloner-settings under:
repeater / Advanced Settings -> Cloner
Eddi
repeater / Advanced Settings -> Cloner
Eddi
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"}}
{"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.