Skip to content

cfpb/collab-form-builder

Repository files navigation

#Form Builder

Build Status

Form Builder is a Django-based dynamic form builder for Collab.

##Screenshot

index page

##Installation

To use this application you will need to first have Collab installed.

Then, once you clone this repo, you can install the application using setuptools:

python setup.py install

Or, if you are developing with this app, you can add it to your search path like:

cd collab
ln -s ../collab-form-builder/src/form_builder .

Once the application is installed, add it to core collab's INSTALLED_APPS in your local_settings.py file:

INSTALLED_APPS += ( 'form_builder', )

##Contributing

Please read the contributing guide.