Installation

  1. Install the package

    pip install wagtail-advanced-form-builder
    
  2. Add the app to your INSTALLED_APPS.

    INSTALLED_APPS = [
        ...
        'wagtail_advanced_form_builder',
        ...
    ]
    
  3. Run migrations

    ./manage.py migrate