- Posts: 2
- 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() { $('#movenextbtn').hide(); setTimeout(function() { $('#movenextbtn').show(); }, 600000); }); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { if($('span.errormandatory').length == 0) { $('#movenextbtn').hide(); setTimeout(function() { $('#movenextbtn').show(); }, 600000); } }); </script>