Mar 29 Limesurvey – Change Send Button Text Posted on March 29, 2013 by dennis If you want to change the text on the send button, just add the code into your question. <script> $(document).ready(function(){ $('input[name="move2"]').val('Whatever text you like for Send'); }); </script>