The Orbeon Forms Blog

This is the Orbeon Forms blog. Stay up to date with the latest releases and new features of Orbeon Forms!

Form Density Setting

By default, Orbeon Forms places form controls fairly close to each other: the reason for this behavior is that Orbeon Forms is designed to handle large forms, and placing controls close to each other allows you to fit more controls on a single page. However, there are cases where you’d... More

Playable Video Attachments

File attachments in Orbeon Forms As a quick review, Orbeon Forms supports the following file attachment form controls, available in the Form Builder toolbox: Attachment Type Description Static Image image attachment set by the form author Image Attachment 1 image attachment that can be uploaded and downloaded by the form user Single File Attachment a single... More

The Form Builder Formulas Console

Forms that you create with Form Builder can use formulas. Most formulas are currently written “by hand” (not unlike Excel formulas). This means that they can, unfortunately, contain some errors. Some are caught by Form Builder when you write them, but some can only appear when you run the form.... More

Orbeon Forms Docker Images

Behind the scene, on the server, Orbeon Forms is built as a Java web application. In order to install it on your own server, local or in the cloud, however, requires some fluency in technologies such as Java, Tomcat, and possibly relational databases. We have been wanting to make things... More

Orbeon Forms 2023.1.5 PE

We just published the Orbeon Forms 2023.1.5 PE maintenance release! For details, see the release notes. You can download the latest version of Orbeon Forms from the downloads page. We hope you enjoy this release! More

Orbeon Forms 2021.1.11 PE

We just published the Orbeon Forms 2021.1.11 maintenance release! For details, see the release notes. You can download the latest version of Orbeon Forms from the downloads page. We hope you enjoy this release! More

Making sense of Form Runner Actions

Types of actions and processes Orbeon Forms comes with a few powerful options to perform complex operations on or with forms. These fall into two main categories: Actions: They run within a form while the user is working with the form. Simple Processes: They typically run in association with a... More

Orbeon Forms 2022.1.8 PE

We just published the Orbeon Forms 2022.1.8 PE maintenance release! For details, see the release notes. You can download the latest version of Orbeon Forms from the downloads page. We hope you enjoy this release! More

Orbeon Forms 2023.1.4 PE

We just published the Orbeon Forms 2023.1.4 PE maintenance release! For details, see the release notes. You can download the latest version of Orbeon Forms from the downloads page. We hope you enjoy this release! More

Data Revision History

A little-known aspect of the design of the Orbeon Forms database schema1 is that writes to the database are non-destructive. In particular, Orbeon Forms keeps a history of the data associated with a form’s document id: The latest entry is called current data or current revision. Earlier entries are called... More