Form Runner navigation bar

Introduction

The Form Runner navigation bar shows at the top of the page when Orbeon Forms is not embedded within another application.

It features the following elements:

  • The logo, which can be customized

  • The form title

    • This always shows

  • The language selector

  • The login menu

    • [SINCE Orbeon Forms 2018.2]

    • this is disabled by default

  • The link to the Landing page

    • [SINCE Orbeon Forms 2022.1]

    • this is enabled by default

  • The Revision History button

  • The Share button

Configuration

See Default logo for details.

Language selector

The language selector is enabled by default. You can disable it globally by setting the following property to false:

<property
    as="xs:boolean"
    name="oxf.fr.navbar.language-selector.enable"
    value="false"/>

Login menu

[SINCE Orbeon Forms 2018.2]

See Login & Logout for details.

[SINCE Orbeon Forms 2022.1]

This link points to the Landing page. It is enabled by default, but you can disable it globally by setting the following property to false:

<property
    as="xs:boolean"
    name="oxf.fr.navbar.home-link.enable"
    value="false"/>

Revision History button

[SINCE Orbeon Forms 2023.1]

This button opens the Revision History pane. It is disabled by default, but you can enable it or disable it by app/form by setting the following property to true:

<property
    as="xs:boolean"
    name="oxf.fr.navbar.data-history.enable.*.*"
    value="true"/>

Form Builder explicitly disables it by default, so if you'd like to enable the Revision History button for Form Builder, you must explicitly enable it:

<property
    as="xs:boolean"
    name="oxf.fr.navbar.data-history.enable.orbeon.builder"
    value="true"/>

Share button

[SINCE Orbeon Forms 2023.1]

See Token-based permissions for details.

See also

Last updated