- Posts: 42
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document.ready(function(){ $('#ls-button-submit').hide(); setTimeout(function(){ $('#ls-button-submit').show(); },10000-difference);// value in milliseconds }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
and the follow upI need set a minimum 10-minute timer on survey link so that it cannot be submitted before 10 minutes.
I also want to implement a minimum time limit.
Please Log in to join the conversation.