My solution:
"Admin" > "Postiong" > "Custom message on ask form - HTML allowed:"
<script> $(document).ready(function(){ $('form[name=ask]').submit(function () { $(this).find('input[type="submit"]').removeAttr('type'); }); }); </script>
There may be other better solutions.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.