FormHelper

Bulma Helper attributes

The helper attributes below are bulma specific. The complete list of all helper attributes can be found here.

form_horizontal = True

Default set to False. Determines whether or not to render the form in horizontal mode.

label_class = ‘’

Default set to ''. This class will be applied to every label. This is useful for example when you want to align the labels to the left in horizontal forms. Set it like this label_class = 'is-pulled-left'.