- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
This is not necessary at all. Nearly anybody here knows that I can't write one line of code in javascript. But I am good at finding solutions with the built-in features.Please note that I'm new to the tool and have no real experience with JavaScript, etc..
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ $('#question{QID} input:radio[id^="answer"]').on('click', function(e) { $('#ls-button-submit').trigger('click'); }); }); </script>