Change the styling of a form
Set CSS styles for form elements.
You can add styling to your forms, for example, to use the colors and fonts of your company branding.

Besides the HTML styles that you can add to texts, you can also set CSS styles for all form elements and define the CSS class for both a field and a label.
The CSS class and the CSS class for label can be different.
To change the style of a form element:
-
In the Form designer, on the form canvas, click the form element you want to style.
-
In the Form elements pane, in the Styling section, in the CSS class field, enter the class for the field or select it from the list of available classes.
For example, to color the Submit button, use the
.btn-success
class: -
In the CSS class for label field, enter the class for the label or select it from the list of available classes.
For example, to indent the checklist buttons, use the
.checkbox-inline
class. -
Click Apply.
NoteWe recommend that you preview the form before publishing it on the website. The way the form displays in the Forms application might not reflect the actual styling of the form on the webpage.