3
2
1
2 answers
- 210
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>- varun phou
Hello i try to the same this sample but i still can't hide submit button.does we have any way for hide
Add your comment... - 10-1
Hi Matthew,
Great!, Thanks,
Cheers
Ernest
Add your comment...
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