Replies: 0
Hello,
I have form with 3 steps, on 2 step I have group repeater. In group I have 2 select field (select-1, select-2). Select-1 is single mode, select-2 is multiple mode.
First select field (select-1) is static list like “Model 1”, “Model 2”, “Model 3”.
Second select field (select-2) is static list like “Type 1”, “Type 2”, “Type 3”.
When select-1 changed to “Model 1”, I clear select-2 values and add “Type 1”, “Type 2”.
When select-1 changed to “Model 2”, I clear select-2 values and add “Type 3”.
When select-1 changed to “Model 3”, I clear select-2 values and add “Type 2”, “Type 3”.
Everything works fine for many itmes (group repeater), but when I saved form only first select-2 (item 1) saved properly. On the rest items select-2 in blank.
I noticed when go to step 3 and back to step 2 values on select-2 is gone for all items execpt item 1.