# 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
```javascript
var options = {
      showActionButtons: false // defaults: `true`
    };
$(container).formBuilder(options);
```
<p data-height="666" data-theme-id="22927" data-slug-hash="dpGbzB" data-default-tab="result" data-user="kevinchappell" data-embed-version="2" class="codepen"></p>
