Hello Community! I am working with Nintex for SharePoint 2013 and I need to format the text in a field after the field has been disabled, ideally the text could be made black instead of grey. I need this so the text in the disabled field can be read more easily when printed. Has anyone else done this? If so then please provide guidance and examples. Thanks! Tom
Page 1 / 1
@TSMolskow You can try this under CSS in Form Settings
input[type=text][disabled]{ background-color: #EBEBEB; color: black !important; }textarea {
background-color: #EBEBEB;
}
Is that reference Classic View? I'm using Responsive View.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.