- Posts: 7
- 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() { setTimeout(function() { $('#question{QID} input:checkbox').prop('disabled', true); }, 11000); $('#movenextbtn, #moveprevbtn, #movesubmitbtn').on('click', function(e) { $('#question{QID} input:checkbox').prop('disabled', false); }); }); </script>