CSS Customizations

Change display order of fields - Duplicate Fields (Gravity)
If there is a need to have fields display in a different order on the front end vs. the back end/PDF, this is one solution. Create duplicate fields. and...
Wed, 13 May, 2020 at 1:08 PM
Change font for all fields - Gravity
The change font size for all fields to 36px, add the CSS below to Settings/Forms CSS: .pdf-body .ginput_container,  .pdf-body. ginput_container_text,  ...
Tue, 19 May, 2020 at 10:53 AM
Advanced Fields Display - Gravity
**  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/sub...
Thu, 28 May, 2020 at 11:07 AM
Hide Empty Fields - Gravity/Caldera
**  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/subm...
Fri, 1 Apr, 2022 at 8:22 AM
Date Format appears on PDF Generate
After date fields in PDFs you see the format:  Date Format: MM slash DD slash YYYY Use this in HIPAA Forms/Settings/Forms CSS: .pdf-body .screen-rea...
Wed, 7 Apr, 2021 at 10:09 AM
Gravity Number CSS to hide instructions in backend and PDF
If you are using the Min/Max fields for a number, there are instructional labels added to the field so that the users know the requirements.  On the backend...
Wed, 13 Oct, 2021 at 3:04 PM
Using CSS on backend to hide parts of the plugin
.cm-hipaa-forms-update-notice,        /*  Blue   */ #wpbody-content .wrap h2:first-of-type,   /*  Red   */  .cm-hipaa-tab[data="tab-4"] {      /...
Wed, 22 Dec, 2021 at 10:12 AM
How can I hide the Notes Section on the backend when I view/generate/print
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...
Wed, 26 Jan, 2022 at 3:22 PM
Add page break in Media Print to PDF
This will create a page break for form 222 before page 2 @media print {     #gform_page_222_2 {         clear: both;         page-break-before: alway...
Thu, 17 Nov, 2022 at 12:25 PM
Showing hidden field in backend
If you add a field to the form and choose the hidden button, this is the code needed if you want to display in the backend: .cm-hipaa-submitted-form-fie...
Wed, 30 Aug, 2023 at 2:46 PM