Skip to content

eapo/Bootstrap-Form-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap v 3.0.0 Form Builder

This is not maintained anymore, @Bloggify but an amazing one based on bootstrap 4 here

What's this?

A Drag-and-drop form builder for twitter bootstrap.

Currently using v. 3.0.0 🐬

Where can I see it in action using bootstrap v 2.3.1 thanks to minikomi?

And It's hosted on github pages here using bootstrap v 3.0.0

Notes

  • This project is still under development.

  • For development & debugging change the data-main for the require script tag in index.html to point at assets/js/main.js. (Look just before the closing <body> tag!)

  • Once done, change it back to build for production using the build.js script in the assets/js/lib folder and r.js. Then revert to assets/js/main-built.js

  • The full command is r.js -o assets/js/lib/build.js which should be run from the base directory.

Adding new form elements

  • In the js/data/yaml folder are yaml files, each of which corresponds to a tab in the form builder.
  • If you just want to add a new element you need to:
  • 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.

Don't forget to switch to main.js rather than main-built.js, or the changes you make before compiling with require.js won't show up!

About

Web app for drag drop building bootstrap forms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • HTML 10.1%
  • CSS 1.2%
  • Ruby 0.2%