The Orbeon Forms Blog
This is the Orbeon Forms blog. Stay up to date with the latest releases and new features of Orbeon Forms!
Wednesday, Dec 29, 2021
#Security
More Orbeon Forms PE Log4j maintenance releases
Today we released a new series of maintenance releases that bump the Log4j version to 2.17.1, the latest at the time of publication. See also our two previous blog posts: Vulnerability in the log4j libraryOrbeon Forms PE Log4j maintenance releases You can download the latest version of Orbeon Forms from...
More
Saturday, Dec 18, 2021
#Security
Orbeon Forms PE Log4j maintenance releases
While the recent Log4j vulnerability, discussed in our previous blog post, does not immediately impact Orbeon Forms, we have now upgraded supported versions of Orbeon Forms to the latest version of Log4j 2. For details, see the following release notes: Orbeon Forms 2020.1.6 PEOrbeon Forms 2019.2.4 PEOrbeon Forms 2019.1.2 PEOrbeon Forms...
More
Monday, Dec 13, 2021
#Security
Vulnerability in the log4j library
A few days ago, a serious vulnerability in a popular Java logging library, log4j, was discovered. See CVE-2021-44228 for details. Orbeon Forms uses the log4j library and therefore we have reviewed the issue. Luckily in this case, since Orbeon Forms use an older (version 1) of the library, it is not likely to...
More
Saturday, Nov 13, 2021
#Release
Orbeon Forms 2020.1.5 PE
We just released Orbeon Forms 2020.1.5 PE!
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
Thursday, Nov 11, 2021
#Feature
Testing PDF production in Form Builder
Background Orbeon Forms both features PDF production and the ability to test a form in Form Builder. The latter allows you to run your form in a special “test” mode, where you can test a few of the form’s features without having to deploy it. But so far there wasn’t...
More
Friday, Oct 29, 2021
#Feature
Enhancements to the Actions Editor in Orbeon Forms 2021.1
The Actions Editor in Form Builder allows you, as a form author, to run services. Services are of 2 types: HTTP services (to call web services or REST services) and database services (to run SQL on your relational database). In the Actions Editor, you define: when those services run (e.g....
More
Wednesday, Sep 22, 2021
#Feature
Enhancements to grids
Grids are among the most powerful features of Orbeon Forms. With Orbeon Forms 2021.1, we are improving grids in two ways. First, the Grid Settings dialog now shows the number of grid rows in the grid. This parallels the number of grid columns, with some differences. Grid Columns Grid Rows...
More
Monday, Sep 6, 2021
#Release
Orbeon Forms 2020.1.4 PE
Today we released Orbeon Forms 2020.1.4 PE!
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
Thursday, Sep 2, 2021
#Feature
Excel export and import
Introduction Orbeon Forms 2021.1 includes a new feature to import and export Excel files.1 Previous Orbeon Forms versions already supported an Excel import feature. Here are the main differences between the two types of Excel imports: Existing import feature New import feature multiple form documents at a time (batch) one...
More
Friday, May 14, 2021
#Tip
Making one of two fields required
Say you have a form that contains 2 fields, a and b, and you want users to provide a value for a or for b; it is ok if they provide values for both a and b, but it isn't ok if they leave both a and b empty. A...
More