samluescher / django-form-designer

A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.
BSD 3-Clause "New" or "Revised" License
315 stars 149 forks source link

Django Form Designer


A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.

Key features:

Installation

This install guide assumes that you are familiar with Python and Django.

Basic setup

Using Django Form Designer with Django CMS

You can now add forms to pages created with Django CMS.

Optional requirements

The form_designer admin interface requires jQuery and the jQuery UI Sortable plugin to make building forms a lot more user-friendly. The two Javascript files are bundled with form_designer. If you want to use you own jquery.js instead because you're already including it anyway, define JQUERY_JS in your settings file. For instance::

JQUERY_JS = 'jquery/jquery-latest.js'