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

Form Runner navigation bar
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
- [SINCE Orbeon Forms 2023.1]
- this is disabled by default
- available only on the Detail page in Edit mode
- The Share button
- [SINCE Orbeon Forms 2023.1]
- this is disabled by default
- available only on the Detail page in Edit/View modes
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"/>
[SINCE Orbeon Forms 2018.2]
[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"/>
[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"/>
[SINCE Orbeon Forms 2023.1]
Last modified 6mo ago