Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 971 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 971 Bytes

NS.UI.FormBuilder

Screenshoots

homepage

editionPage

Presentation

The Formbuilder is a marionette and backbone-forms based web application for JSON form definition. The application allows to define backbone-forms schema in order to generate HTML forms.

Formbuilder features :

  • Graphical form definition
  • Export / Import in JSON file
  • Drag'n drop field position ajustement
  • Model definition based on backone-forms

Documentations

See our documentation

Demo

You can try the formBuilder on this page That page is static, so some functionnalities like "save on the cloud" will not work.

Back end

Check out python back end repository built with Flask and SQLAlchemy.