Removing the Print Estimate Button MKB - 0074 Follow
The following script may be added to a Job Form to remove the print estimate button. You may add this script under the My Account > Site Settings > SEO/Code section to remove from the entire site.
Follow the instructions below to remove the button from 1 Job Form.
1. Open the "Edit" view of the Job Form you'd like to remove the button from.
2. Create a new Script field and insert the following text
<script type="text/javascript">
$(document).ready(function(){
$('.PrintLnk').hide();
});
</script>
3. Click Save