- Posts: 4
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(function() { $("#question{QID} .comment label").text("Please explain:"); }); </script>
<script> $(function() { $("label[for=answer{SGQ}comment].control-label").text("Please explain:"); }); </script>