#Bootstrap 3 Form Builder
##What's this?
A Drag-and-drop form builder for twitter bootstrap.
##Where can I see it in action?
The initial form builder is hosted on github pages here.
- In the js/data/ folder are json files, each of which corresponds to a tab in the form builder.
- If you just want to add a new element you need to:
- describe it in one of these files
- create a corresponding template in the templates/snippet directory
- add the template to snippet-templates.js
- If you want to add a new tab, you'll also need to adjust the app.js file to make sure the tab is loaded.