Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formBuilder v1.6.7

Join the chat at https://gitter.im/kevinchappell/formBuilder

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';
  var template = document.getElementById('form-builder');
  $(template).formBuilder();
});

form-builder

Coming in 2.0

  • HTML5 fields and attributes
  • JSON data as default instead of XML
  • More examples

About

A jQuery plugin for drag and drop form creation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages