Hello. Did this solution work for you?
I have tried using many of the different tactics described to add borders around fields when a form is saved to the repository. None of them have worked. I understand that the CSS needs to address the elements differently after they are saved since they are converted to static HTML?
For example, I am trying to add border around a textarea. This is the CSS I am using:
#q9 .cf-field textarea {border: 1px solid #333333 !important;}
The border is added when displaying, but not on the saved form. I see mentions of .ro being involved in the CSS. Where does the .ro fit in? I also see people using javascript and @media Print versions of accomplishing this. Please help me find what I am missing about what I am trying to do.
Thank you,
Kevin