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-fields #field_14_10
{
display: block;
position: relative;
left: 0;
visibility: visible;
}
where 14 is form ID and 10 is field ID