Appearance
sortableControls Allows user's to reorder the controls to their liking. Positions are saved to window.sessionStorage.
sortableControls
window.sessionStorage
var options = { sortableControls: true // defaults to false }; $(container).formBuilder(options);