.. _`form helpers`: ========== FormHelper ========== Bulma Helper attributes ~~~~~~~~~~~~~~~~~~~~~~~ The helper attributes below are bulma specific. The complete list of all helper attributes can be found `here`_. .. _here: https://django-crispy-forms.readthedocs.io/en/latest/form_helper.html#helper-attributes-you-can-set **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'``.