Styling the form
Helpful CSS classes
Most fields have a CSS Classes
config field. In it, you can add classes including those form Bootstrap 4, and classes specific to ResponseVault
Inline Fields

field-inline

Combined with field-inline
, you can assign how the items are distributed so that other fields above and below your field can line up.
distribute-25-75
distribute-50-50
distribute-75-25
Backgrounds
In addition to Bootstrap background colors, the following classes provide additional colors:
bg-orange
bg-blue
Table Style
field-array-table
This class will compress the array field to look more like a table. The labels for the fields will only be shown in the first row to save space.
Last updated
Was this helpful?