# Summary page

\[SINCE Orbeon Forms 2026.1]

<figure><img src="https://4129616727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LEkBiSDvlXs3VWiO0Zu%2Fuploads%2Fgit-blob-d619c779487391a723a7ed65403c91f902fa995e%2Fsummary-page.png?alt=media" alt="Summary Page tab of the Form Settings dialog"><figcaption><p>Summary Page tab of the Form Settings dialog</p></figcaption></figure>

## Introduction

The Summary Page tab of the Form Settings dialog allows you to configure the visibility of form metadata columns on the [Summary page](https://doc.orbeon.com/form-runner/form-runner-pages/summary-page). This provides a per-form alternative to using global [properties](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page), and adds the ability to restrict column visibility by user role.

The following form metadata columns can be configured:

| Metadata column  | Related property                                                                                                                                                          |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Created          | [`oxf.fr.summary.show-created`](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page#created-and-last-modified-columns)                   |
| Last Modified    | [`oxf.fr.summary.show-last-modified`](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page#created-and-last-modified-columns)             |
| Created By       | [`oxf.fr.summary.show-created-by`](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page#show-created-by-and-last-modified-by-users)       |
| Last Modified By | [`oxf.fr.summary.show-last-modified-by`](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page#show-created-by-and-last-modified-by-users) |
| Workflow Stage   | [`oxf.fr.summary.show-workflow-stage`](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page#show-the-workflow-stage)                      |

## Display options

For each metadata column, you can choose one of the following options:

* **Use property** (default): the column's visibility is determined by the corresponding global property.
* **Show**: the column is always shown on the Summary page (subject to an optional role restriction, see below).
* **Hide**: the column is never shown on the Summary page.

## Role restriction

When "Show" is selected for a metadata column, a "Restrict to role" checkbox appears. When checked, an input field allows you to enter a role name. You can add multiple roles by using the "+" button.

When two or more roles are specified, a dropdown allows you to choose between:

* **All**: all specified roles must be present for the column to be shown.
* **Any**: at least one of the specified roles must be present for the column to be shown.

This is the same mechanism as the [role restriction in the Control Settings dialog](https://doc.orbeon.com/form-editor/control-settings#basic-options).

## Interaction with properties

The form-level settings in this tab take precedence over the corresponding global properties. If a metadata column is set to "Use property" (the default), the global property is used as a fallback.

## See also

* [Summary page](https://doc.orbeon.com/form-runner/form-runner-pages/summary-page)
* [Summary page configuration properties](https://doc.orbeon.com/configuration/properties/form-runner/form-runner-summary-page)
* [Role restriction in Control Settings](https://doc.orbeon.com/form-editor/control-settings#basic-options)
* [Workflow stage](https://doc.orbeon.com/form-runner/features/workflow-stage)
