- Posts: 222
- Thank you received: 10
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ var thisQuestion = $('#question{QID}'); $('.form-group.answer-item.text-item.col-sm-6.col-xs-12 .control-label', thisQuestion).hide(); }) </script>
.hidden-textarea-label .text-item label { display: none; }
.form-group.answer-item.text-item.col-sm-6.col-xs-12 .control-label { display: none; }*