- Posts: 8
- 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.
Please Log in to join the conversation.
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ setTimeout(function () { $('#ls-button-submit').trigger('click'); }, 3000); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
There seems to be an issue with the timer in standard vanilla.
[...] Strange enough, it works if you extend the vanilla theme without any change or addition
Please Log in to join the conversation.