- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
// Move the hidden text inputs into the array $('th.answertext:eq(7)', thisQuestion).append($('input[type="text"]', nextQuestions[0])).closest('tr').addClass('otherRow'); $('th.answertext:eq(11)', thisQuestion).append($('input[type="text"]', nextQuestions[1])).closest('tr').addClass('otherRow'); $('th.answertext:eq(14)', thisQuestion).append($('input[type="text"]', nextQuestions[2])).closest('tr').addClass('otherRow');