- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
You guessed right, i have little influence on this matter,
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<script type="text/javascript" data-author="Tony Partner"> $(document).on('ready', function(){ var thisQuestion = $('#question{QID}') // Hide this question thisQuestion.hide(); // Load the input with incremented values in each visit var visits = 1; if($.trim($('input:text:eq(0)', thisQuestion).val()) != '') { visits = Number($.trim($('input:text:eq(0)', thisQuestion).val())) + 1; } $('input:text:eq(0)', thisQuestion).val(visits).trigger('keyup'); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.