- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
#ls-button-submit { display: none; }
<script> $(document).ready(function() { $('#ls-button-submit').show(); }); </script>
<style type="text/css"> #ls-button-submit { display: inline-block; } </style>