showActionButtons

When the option showActionButtons is set to false, the buttons for clearing the form controls, previewing the code and saving the form are not shown. By default the buttons are visible.

Usage

var options = {
      showActionButtons: false // defaults: `true`
    };
$(container).formBuilder(options);