- Posts: 14188
- Thank you received: 4328
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { var thisQuestion = $('#question{QID}'); // Remove some text inputs $('.checkbox-text-item:eq(x) .comment-item', thisQuestion).remove(); $('.checkbox-text-item:eq(y) .comment-item', thisQuestion).remove(); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.