disabledActionButtons
Disable the form action buttons typically found in the bottom right of the editor.
Usage
var options = {
      disabledActionButtons: ['data']
    };
$(container).formBuilder(options);
Disable the form action buttons typically found in the bottom right of the editor.
var options = {
      disabledActionButtons: ['data']
    };
$(container).formBuilder(options);