- Posts: 14
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<script> $(document).ready(function() { $('#question{QID}').hide(); }); </script>
Code: Test Question: Test is working Help: Type: Text display
We thank you for completing this survey. {Test}
Is that still working under LS 3.0?Ben_V wrote: try to hide your question using javascript rather than advanced setting (set always visible). $('#question{QID}').hide();