

Is in the TEMPLATE_CONTEXT_PROCESSORS setting in your project’s If you haven’t already, ensure _processors.request Settings module: INSTALLED_APPS = ( # other apps 'forms_builder.forms', ) Once installed you can configure your project to useĭjango-forms-builder with the following steps.Īdd forms_builder.forms to INSTALLED_APPS in your project’s Otherwise you can download django-forms-builder and install it directly

Using pip by running the command below: $ pip install -U django-forms-builder The easiest way to install django-forms-builder is directly from PyPi

The following HTML5 form features are supported. All form entries are madeĪvailable in the admin via filterable reporting with CSV/XLS export. Options are also provided for controlling who gets sent email Their own forms within the admin interface, drawing from a range ofįield widgets such as regular text fields, drop-down lists and file A Django reusable app providing the ability for admin users to create
