I'm trying to insert a whole set of answers via javascript but they seem to fail validation when one of them is the selected option.
I've already seen
THIS POST
but either it doesn't work for me or I don't understand what I'm supposed to do. I think this same thing was a breeze to do in earlier versions of LS
By the way, text label and value are equally important for the purpose of the question.
I've attached a sample survey, but the point is in adding a new option via javascript and to get LS accept it as a valid answer
What do I have to do after my javascript code has inserted a new answer option in a single choice question (dropdown) for Limesurvey to accept it as a valid one when chosen by the user.
If I insert it and then do nothing, when it is chosen it fails validation and the form won't allow to advance to the next sections.