Skip to main content
Skip table of contents

Theming Forms

Overview

If you want to override the default look and feel of a GlobalForm, there are several themes and options which can be applied.

Hiding the Header Bar

If you want to hide the GlobalForms header bar, you can do so by specifying it in your URL as follows:

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?header=0

Applying a Theme

To do so, simply specify the theme to your URL. For example:

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=NAMEOFTHEME

If you wanted to hide the header bar as well, you can add that option as well.

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=NAMEOFTHEME&header=0

Available Themes

A wide variety of themes are available for GlobalForms, visit the Bootswatch website for more information.

Examples

Below are a few examples of how theming can affect your form’s look and feel:

Default

Cyborg

United

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=united
CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=superhero

Cerulean

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=cerulean

Readable

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=readable

Yeti

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=yeti

Flatly

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=flatly

Darkly

CODE
https://globalforms.mycompany.com:5454/view/#!/form/formid?theme=darkly

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.