How can I modify the required fields on insurance form.
I have an international group who recently installed OpenEMR version 7.0.3 and would like to disable some of the required fields on the form.
You will have to manually modify the insurance form here
/openemr/templates/patient/insurance/insurance_edit.html.twig
and adjust any surrounding queries for non-nullable fields
2 Likes
Thank you. I will review the suggestion and provide an update.
hi @LeGrand_Decius, you can see this commit where the country field was changed from required to optional.
Thank you for the tip. It’s working for me now.
1 Like