You may hide the Save as Draft button by putting the code written below in:

คุณสามารถซ่อนปุ่มบันทึกเป็นฉบับร่างโดยวางรหัสที่เขียนด้านล่างใน:

<script type="text/javascript">
	$(document).ready( function(){
		$("#saveAsDraft").remove();
	});
</script>