Any suggestions on how I can get my form to look like the below? I need the fields to save to the repository with a background color. I've attempted to use both of the below in my CSS. I can get the Field to change in the pre submittal form, but not in the tiff which is saved in the repo.
.ro input[readonly] {background-color: purple !important;}
input[type="text"], textarea {background-color : #d1d1d1;}