An open API service indexing awesome lists of open source software.

https://github.com/cfpb/collab-form-builder

Form Builder app for Collab
https://github.com/cfpb/collab-form-builder

Last synced: about 1 year ago
JSON representation

Form Builder app for Collab

Awesome Lists containing this project

README

          

#Form Builder

[![Build Status](https://travis-ci.org/cfpb/collab-form-builder.svg?branch=master)](https://travis-ci.org/cfpb/collab-form-builder)

*Form Builder* is a Django-based dynamic form builder for [Collab](https://github.com/cfpb/collab).

##Screenshot

![index page](screenshots/main.png "Index Page")

##Installation

To use this application you will need to first have [Collab](https://github.com/cfpb/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](./CONTRIBUTING.md).