Is there some way of creating new choices in multi-select boxes dynamically? I have an array of items that is unique to each user and saved with each session as a JSON string in an embedded variable. When the user fills out the survey again at a later date, I want to populate multi-select choices from the updated array from the last session.
I tried adding rows to the multi-select box, using the same HTML element structure but updating the values. When stepping through the code, the new choices would display briefly, but then they were hidden, even though you could still select the row.
Page 1 / 1
Use select2 to create dynamic drop down and store the result in the hidden text entry question in comma separated format.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.