- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { var customText = 'if yes what year did you complete your program?'; //replace your text here $('#answer{SGQ}comment').prev().text(customText); }); </script>