Apply CSS to disable Controls
Is there any way to change the default styling applied to disables controls to overridden with our CSS classes, or apply a global class over disabled controls. I would like to disable a control but keeping their properties
Comments
-
Absolutely this is possible. If you upload your CSS documents Settings > Designers > CSS > "Add" then you can use them within your forms. Even when you have your controls disabled under Behavior > initially enabled > uncheck, your CSS will still display. Here's some great documentation for this:
Adding CSS: https://documentation.decisions.com/docs/using-css-in-forms?highlight=css
Uploading CSS: https://documentation.decisions.com/v8/docs/uploading-css
Form Control Behavior: https://documentation.decisions.com/docs/form-components-behavior?highlight=form%20control%20behavior

