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 and PDF Generate, those fields may not be desired.


Use the CSS below in Settings/Forms CSS so that the labels will not appear for the backend or PDF Generate.

.ginput_container_number .instruction {display: none;}


Without CSS:



With CSS: