Multiple Choice Question | XM Community
Skip to main content

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.

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