- Posts: 11
- 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.
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#question{QID} input[type="radio"]').on('click', function() { $('#ls-button-submit').trigger('click'); }); }); </script>
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} :radio').on('change', function(e) { $('#ls-button-submit').trigger('click'); }); }); </script>
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.
Please Log in to join the conversation.
The JavaScript snippets discussed in this thread show how difficult it can be to maintain an auto-advance solution across different LimeSurvey versions and question types.Is there a way to use javascript so when they click an answer Yes/No they automaticly see next question?
Is there a way to use javascript so when they click an answer on Radio button they automaticly see next question?
Best would be regardless of one of this question type it automaticly show next question
Please Log in to join the conversation.