Customizing Forms Using CSS
You can customize the appearance of your form using custom CSS. This tutorial demonstrates how to set a different background color for components inside the form.
-
Type the CSS classes that you want to use inside the form, in the Custom CSS property field.
For this example paste the following CSS classes:
.change {
background-color:red;
}
.spring {
background-color:green
} -
Hover over a form component and click Edit. Type one of the classes added at step 1 inside the Custom CSS Class field.
-
For this example, edit a Text Field component, and paste the
changeCSS class inside the Custom CSS Class field. Watch the component turn red after saving it.
-
Edit a Text Area component, and paste the
springCSS class inside the Custom CSS Class field. Watch the component turn green after saving it...

-
To see the making of and the result of this tutorial, watch the video below: