I see how to global set the background color of all fields in the form but what if I want to change one or two field's background colors individually. How do I do that?
There are three ways to do it. 1. A few lines of jQuery to set the CSS attribute of the div 2. Create a CSS class in the Formidable Styles "Custom CSS" and then apply that class to the field in the Field Options section or 3. Go to Settings->Customize HTML, find the fields and add the styles right there.
Please login or Register to submit your answer