Skip to content

Other Application Settings

This section describes other less used options:

  • To disable the versioning system for a template, set "disableVersioning":true at the root of the template
  • To hide the framework when navigating to a document, set 'formNoNavBar' in the URL eg: https://support.formbird.com/#/formNoNavBar/5611f1339f449c982e41b5eb
  • To hide the Command Bar in the framework set 'hideCommandBar':true at the root of the template. Use this for templates which are 'view only' ie. No changes can be made. Note if the command bar is hidden and the document is changed, the user will not be able to save the changes
  • To hide individual buttons in the Command Bar:
   "formNavBar": {
        "hideCameraButton": true,
        "hideCreateButton": true,
        "hidePrintButton": true
    }
  • To change the style of the Command Bar:
  "commandBarCSS": {
        "background": "#4285F4"
    }
  • Set the color of the background
    "formColor":"#ffffff"
  • Set an image as the background
    "backgroundImage": //path to image