Form settings

Introduction

Some settings apply to the entire form definition. You access these settings with the "Form Settings" wrench icon on the top right of Form Builder. The General Settings also show initially when creating a new form definition.

General Settings

General settings allow you to set the following form definition metadata:

  • Application name

  • Form name

  • Form title in the current language

  • Form description in the current language

[SINCE Orbeon Forms 2020.1]

The description can optionally use rich text.

Form Options

[SINCE Orbeon Forms 2016.2]

Form options include options which apply to the entire form definition.

  • Singleton Form

  • Maximum Attachment Size per File

  • Maximum Aggregate Attachment Size

  • Allowed File Types

  • Appearance of Control Labels

  • Use Placeholder for Text Fields and Text Areas

    • Labels show inline above the control for most fields.

    • For text, date, and time input fields, labels show as an HTML placeholder within the field when the field is empty.

    • For text areas, labels show as an HTML placeholder within the field when the field is empty. [SINCE Orbeon Forms 2017.1]

  • Appearance of Control Hints

    • Use property: use the oxf.xforms.hint.appearance property

    • Inline: hints show inline below the control

    • Tooltips: hints show as tooltips upon mouseover

  • Use automatic hints

  • Use Placeholder for Text Fields and Text Areas

    • Hints show inline or as tooltips upon mouseover.

    • For text, date, and time input fields, hints show as an HTML placeholder within the field when the field is empty.

    • For text areas, hints show as an HTML placeholder within the field when the field is empty. [SINCE Orbeon Forms 2017.1]

  • Simple Data Migration

  • Automatic Calculations Dependencies

  • Grid Tab Order

Here is how hints appear depending on the type of control they are associated with:

Control Settings

[SINCE Orbeon Forms 2018.2]

This tab shows settings for specific controls. Those settings apply to all control on the form except when they are overridden by individual settings in the "Control Settings" dialog.

For example, you can set a "Digits After Decimal" setting global to the form, and then override it on specific number controls as needed.

See also the blog post.

View Options

[SINCE Orbeon Forms 2018.1] These options are now in a separate tab.

Browser page layout

  • [SINCE Orbeon Forms 2019.2]

  • Fixed width: the form sections and grids take a fixed and predefined width of approximately 940px for large displays (the layout becomes responsive for smaller displays sizes).

  • Fluid width: the form sections and grids take the entire web browser's viewport size.

See also the blog post.

Wizard options

For details, see Wizard View.

  • Wizard View:

  • Wizard Navigation Validation Mode

    • Form Builder setting [SINCE Orbeon Forms 2018.1]

    • Free, Lax or Strict: use the given validation mode for this form definition, no matter how the property is configured.

  • Wizard Subsections Navigation

  • Wizard Subsections Table of Contents

    • Form Builder setting [SINCE Orbeon Forms 2018.1]

    • "Show subsections for the active section only", "Show subsections for all sections", "Don't show subsections": use the given setting for this form definition, no matter how the property is configured.

PDF Options

[SINCE Orbeon Forms 2019.2]

See also the blog post.

Formulas

[SINCE Orbeon Forms 2020.1]

  • Read-Only: Boolean expression specifying whether the entire form is read-only (not editable).

    • If this field is left blank, then the form is editable.

    • Otherwise, it is editable only if the result of the Boolean expression is false().

[SINCE Orbeon Forms 2021.1]

  • Calculations in readonly modes (Review, PDF):

    • Use property: use the oxf.fr.detail.readonly.disable-calculate property

      • the property defaults to false, which means that Calculated Value formulas run in readonly modes

    • Enable: Calculated Value formulas run in readonly modes.

    • Disable: Calculated Value formulas do not run in readonly modes.

Sometimes calculations should not run in readonly modes, such as the View page. This can now be configured at the form level.

About this Form

Versions

[SINCE Orbeon Forms 2018.2]

This area shows relevant Orbeon Forms versions:

  • "Created with Version": version with which this form definition was created.

    • NOTE: This is blank for forms created prior to Orbeon Forms 2018.1.

  • "Updated with Versions": versions with which this form definition was updated This is updated:

    • when saving the form definition

    • when upgrading the form definition from the Form Runner Home page.

  • "Current Version": the current Orbeon Forms version.

Form Statistics

Form statistics show counts of various form elements.

See also

Last updated