Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Ernest Pachonick
In a form, add custom html and type in the following javascript to hide the element(s) you desire:
<script type="text/javascript"> $(document).ready( function(){ $("#submit").hide(); $("#assignmentComplete").hide(); $("#cancel").hide(); $("#saveAsDraft").hide();
$(".print-button").hide();
});
</script>
Hello i try to the same this sample but i still can't hide submit button.does we have any way for hide
Hi Matthew,
Great!, Thanks,
Cheers
Ernest
Hi Guy's,
Hope you can help?
I need to hide the "Save" button that sits at the bottom of the page, in a userview.
it seems to be there by default.
Thanks,
Ernest