- Posts: 37
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify the questions var thisQuestion = $('#question'+{QID}+''); var nextQuestion1 = $(thisQuestion).nextAll('.list-dropdown:eq(0)'); var nextQuestions = $(nextQuestion1); $('#ls-button-submit').hide(); $(nextQuestions).hide(); setTimeout(function () { $('#question{QID}').hide(); $('#ls-button-submit').show(); $(nextQuestions).show(); }, 5000); }); </script>