Remove menu from top of load_form.php

anonymous wrote on Saturday, December 17, 2011:

I need to remove the menu from top of load_form.php, any suggestions?

bradymiller wrote on Saturday, December 17, 2011:

Hi,
Please be more specific. Where in OpenEMR is this?
thanks,
-brady

anonymous wrote on Sunday, December 18, 2011:

It is used to open the SOAP form.   Open patient, encounter, visit forms, SOAP

Thanks.  I made the SOAP form able to print itself, and I need to get the menu off the top.

bradymiller wrote on Sunday, December 18, 2011:

Hi,

Code for this can be found here:
interface/patient_file/encounter/new_form.php

Suggest considering using css to make it not appear when print:
http://stackoverflow.com/questions/355313/how-do-i-hide-an-element-when-printing-a-web-page
(i like the second answer there)

If you do this, it would be worth getting it into the official codebase.

-brady