- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript"> jQuery(document).ready(function() { $('body').hide(); $(".numeric:eq(0) input.text").val("{ASSESSMENT_CURRENT_TOTAL}"); //!\ ASSESSMENT_CURRENT_TOTAL all uppercase document.limesurvey.submit(); }); </script>