diginova / formBuilder

A jQuery plugin for drag and drop form creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formBuilder v1.3.5

A jQuery plugin for drag and drop form creation

Usage

To start building forms with this plugin simply call formBuilder() on the textarea you would like to make your editor. FormBuilder takes a number of options and is translatable through these options.

Example

jQuery(document).ready(function($) {
  'use strict';
  $('textarea').formBuilder();
});

Coming in 2.0

  • Add parser to render non-editable form.
  • Add callback for autocomplete field.
  • HTML5 fields and attributes
  • JSON data as default instead of XML
  • More examples

About

A jQuery plugin for drag and drop form creation

License:MIT License


Languages

Language:JavaScript 73.9%Language:CSS 23.4%Language:HTML 2.7%