Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
You may hide the "Save as Draft" button by putting in the following code in:-
<script type="text/javascript"> $(document).ready( function(){ $("#saveAsDraft").hide(); }); </script>