Use this code to hide the Notes section when viewing on the backend, using the media print or PDF generate:
.cm-hipaa-submitted-form-webview-notes,
.pdf-form-notes{
display: none;
}
.pdf-form-notes{
display: none;
}
Modified on: Wed, 26 Jan, 2022 at 3:22 PM
Use this code to hide the Notes section when viewing on the backend, using the media print or PDF generate:
Did you find it helpful? Yes No
Send feedback