- Posts: 30
- 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.
<div class="message">Thank you. Tap "Next"</div> ... <style type="text/css"> input.location, .message { display:none; } </style> ... // $('input.text', q1).val("Thank you. Tap 'Next'."); // Enable the "Next" button $('.message').show(); $('#ls-button-submit').prop('disabled', false);
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.