You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

You may hide the "Save as Draft" button by putting in the following code in:-

  • Javascript in Userview Theme's Settings.
  • Form Builder's Custom HTML element.
    <script type="text/javascript">
    	$(document).ready( function(){
    		$("#saveAsDraft").remove();
    	});
    </script>
  • No labels