- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<input type="hidden" name="948181X16X108" id ="948181X16X108" value="" /> <script type="text/javascript"> <!-- //Change the elements of the arrray to the varnames of your question var answerItems = new Array('948181X16X96'); //Change this to the the varname of the text-display variable var idOfInputField = '948181X16X108'; function submitform() { document.f1.submit(); } --> </script>
<script> $(function() { $("#question{QID} input.radio").click(function(){ $("#movenextbtn").click(); }); }); </script>