Avatar

Level 6

What you noticed is how it behaves(normal behavior)....you need to learn work around technique to over come this. I would save the selected value(s) to a hidden field and/or save the value to XML element. And then you need a docReady (or some other event) script to make those values selected each time the form is open/reopen. The same applies to DropDowns too....I do the same for Date fields too some times.

Good Luck,