- 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() { // Initially disable the Next/Submit button $('#movenextbtn').hide (); $('hidden.radio[value="Y"]').click(function(){ $('#movenextbtn').show }); });</script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#movenextbtn, #movesubmitbtn').hide(); if($('#answer11111X22X33A1').is(':checked')) { $('#movenextbtn, #movesubmitbtn').show(); } }); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#movenextbtn').hide(); if(($('#answer858668X1964X50571').val() - $('#answer858668X1964X50572').val()) >5')) { $('#movenextbtn').show(); } }); </script>
Sometimes I feel a kind of {nostalgia}...tpartner wrote: Do you have the correct identifier for the input ('#answer858668X1963X50568')?