Formeo

A highly configurable drag & drop form building module written in pure JavaScript.

Introduction

Formeo is the much hyped version 2.0 of the popular jQuery form building plug-in aptly titled "jQuery formBuilder". More than just a re-branding, Formeo is a 100% rewrite with focus on configuration extensibility.

Features

  • coming soon

Project layout

    demo/                    # Website for http://formbuilder.online
    dist/                    # Compiled files for distribution
    docs/
        index.md             # The documentation homepage.
        ...                  # Other markdown pages, images and other files.
    src/                     # Source files for editing the plugin
    .gitignore
    .jsbeautifyrc            # Config file for jsbeautify
    .jscsrc                  # Code quality and style
    CHANGELOG.md
    CONTRIBUTING.md          # Contributor guidelines
    LICENSE
    README.md
    bower.json
    build-icons.sh           # SVG icon build script
    jquery-formeo.js         # jQuery wrapper for Formeo module.
    package.json             # Module config. Files in build process are stored in the `"config"` property.
    webpack.config.babel.js  # config for webpack