- Posts: 27
- 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.
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ if ($('body:contains("This ticket has been submitted, you can\'t do it again")').length > 0) { $("#ls-button-submit").remove(); } }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
$("#ls-button-submit").remove();
Please Log in to join the conversation.