devyellow / Bootstrap-Form-Builder-V3V4

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap-Form-Builder-V3V4

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder

Avaialble Demo at: http://formbuilder.tdjangoy.webfactional.com/

pyscripts folder has a simple Flask server to host the DEMO app. to Run the Demo locally::

$ cd <your_repo_path>/pyscripts
$ python flask_app.py 

For more detail on Flask, see: http://flask.pocoo.org/

New development on 2017-08-14

Added in two-column layout support. Click 'Select Form Layout' to choose 2-column form layout.

TODO/Limitations:

  • Now only support two columns layout
  • The two widgets in the same row have to be of the same height (otherwise you will see misalign-ment). We are actively working to fix it.

Project Plan: Support for Bootstrap V4

About

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder


Languages

Language:JavaScript 60.1%Language:HTML 34.2%Language:CSS 4.6%Language:Python 1.1%