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
- Host: GitHub
- URL: https://github.com/cfpb/collab-form-builder
- Owner: cfpb
- License: other
- Created: 2014-05-15T21:35:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T14:12:45.000Z (over 4 years ago)
- Last Synced: 2025-03-23T22:12:29.370Z (about 1 year ago)
- Language: Python
- Size: 155 KB
- Stars: 11
- Watchers: 26
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
#Form Builder
[](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

##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).