**  These options were added to V2.4.6.  These new classes are added at submit.  They will not affect forms generated before V2.4.6, only forms created/submitted after the upgrade to V2.4.6


** Caldera Support has ended  - As of March 31, 2022 Caldera Forms is no longer supported. LINK  This includes security updates. Although HIPAA Forms has not changed the Caldera integration, because Caldera is not longer updating security, HIPAA forms does not know if there may be any HIPAA security issues. There is no migration path to Gravity Forms. If you want to remain on HIPAA Forms you will need to recreate your forms in Gravity. However, your old Caldera forms will integrate with any new Gravity forms - they will appear in the same view on the back end of HIPAA Forms.



By default, all fields will be displayed on the backend and PDF Generate.  Within Settings / Forms CSS / Custom Submitted CSS, CSS can be added to hide all the empty fields:


.cm_hipaa_forms_field_empty {

    display: none;

}


The class .cm_hipaa_forms_field_not_empty is added to all fields that contain content.


BeforeAfter