- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<!-- answer_row --> <li id='javatbd{{ myfname }}' class='answer-item radio-item' {{ sDisplayStyle }} > <input type="radio" value="{{ code }}" name="{{ name }}" id="answer{{ name }}{{ code }}" {{ checkedState }} onclick="if (document.getElementById('answer{{ name }}othertext') != null) document.getElementById('answer{{ name }}othertext').value='';checkconditions(this.value, this.name, this.type)" /> <label for="answer{{ name }}{{ code }}" class="control-label radio-label"> ({{ code }}) {{ answer }} </label> </li> <!-- end of answer_row -->