controlOrder

controlOrder allows you to define a new order for the elements in the control bar.

Usage

var options = {
      controlOrder: [
        'text',
        'textarea'
      ]
    };
$(container).formBuilder(options);

See it in Action

See the Pen