disabledActionButtons

Disable the form action buttons typically found in the bottom right of the editor.

Usage

var options = {
      disabledActionButtons: ['data']
    };
$(container).formBuilder(options);

See it in Action