I am trying to fetch selected answer choices recode value of a checkbox question on the same page for a validation on onReady. I tried fetching this in an array and if that answer is unselected then it should also be removed from the array. I tried assigning span class to each answer list, not able to fetch that too.
Can anyone please help me with this.
Page 1 / 1
You cannot call recodes on the same page. Instead use below code.
this.getSelectedChoices()
This will get your values and store it in array to apply your js.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.