Skip to content

sortableControls ​

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

Usage ​

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

See it in Action ​