- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function () { $('form#limesurvey').submit(function () { var x = $("input:radio[name='113287X33X579']:checked").val(); if(x == 2){ $("#movenextbtn").attr("name", "movesubmit"); }; }); }); </script>
In stead of adding relevance to question you could add it to groups. That will be easier.