sortableControls

sortableControls Allows user's to reorder the controls to their liking. Positions are saved to window.sessionStorage.

Usage

var options = {
      sortableControls: true // defaults to false
    };
$(container).formBuilder(options);

See it in Action

.