.. _forms:

Forms
=====

.. module:: swingers.forms
   :synopsis: Swingers' forms extensions.

Swingers' forms extensions.

Helpers
-------

.. currentmodule:: swingers.forms.helpers

.. class:: BaseFormHelper

    The ``crispy_forms`` helper class that adds extra functionality to a base
    form.

    .. attribute:: form_class

        The base class of the form. **Default**: form-horizontal.

    .. attribute:: form_method

        The method that the form will submit with. **Default**: POST.

    .. attribute:: help_text_inline

        Whether or not to display the help text inline with the field.
        **Default**: True
