The Orbeon Forms Blog
Orbeon Forms allows you to manage your web forms' entire lifecycle, and run your forms on-premises or in the cloud, with a focus on security and compliance.
Thursday, Nov 17, 2016
Orbeon Forms 2016.2.2 PE
Today we released Orbeon Forms 2016.2.2 PE. This update to Orbeon Forms 2016.2 PE contains bug-fixes and is recommended for all Orbeon Forms 2016.2 PE and Orbeon Forms 2016.2.1 PE users. Specifically, this release addresses the following issues: Form Builder Section/Grid Settings for repeated grid: can uncheck readonly checkbox (#2890) Form Runner...
More
Friday, Oct 14, 2016
Orbeon Forms 2016.1.1 PE
Today we released Orbeon Forms 2016.1.1 PE. This is an update to Orbeon Forms 2016.1 PE which contains bug-fixes and important security fixes and is recommended for all Orbeon Forms 2016.1 PE users. Please note that this release is separate from the recently-released Orbeon Forms 2016.2.1 PE, which contains all these fixes and...
More
Tuesday, Sep 27, 2016
Orbeon Forms 2016.2.1 PE
Today we released Orbeon Forms 2016.2.1 PE. This update to Orbeon Forms 2016.2 PE contains bug-fixes and important security fixes and is recommended for all Orbeon Forms 2016.2 PE users. Specifically, this release addresses the following issues: Form Builder FB: Cut & Paste client side errors related to 'fb-static-upload-empty' control ID (#2935)...
More
Wednesday, Sep 14, 2016
Versioning comments
When using a relational database, Orbeon Forms supports versioning of form definitions. This means that you can publish multiple versions of a form known by its name (like the “ACME Order Form”). Data captured by, say, version 1 of the form can be viewed and edited with that version of...
More
Tuesday, Aug 23, 2016
Orbeon Forms 2016.2
Today we released Orbeon Forms 2016.2! This release features several important features and enhancements. Major features and enhancements New indexes for relational database performance If you're using a relational database and rely on summary pages or the search API, this change will drastically improve the performance of those operations. If...
More
Wednesday, Aug 10, 2016
Submitting a PDF file to an external service
PDF icon by Double-J Design In addition to saving data to a database, Orbeon Forms can submit (or send) data to external services. If you just want to send the captured data as XML, it is very easy: Add the built-in "Send" or "Submit" button Configure the URL of the...
More
Wednesday, Aug 3, 2016
A stable function library for Form Runner
When using formulas or custom components with Orbeon Forms, there is often a need to access information about the current form, such as: What is the current form name? If this component currently running at design-time in Form Builder? Is the form in read-only mode? Is the form data currently valid? Is...
More
Wednesday, Jun 29, 2016
New indexes boost performance with relational databases in Orbeon Forms 2016.2
When you create a form with Form Builder and use Orbeon Forms’ implementation of the persistence API for relational databases, data collected by the form at runtime is stored in a set of 4 generic predefined tables. The tables are generic in the sense that they are not form-specific. This has a...
More
Thursday, Jun 23, 2016
Saying farewell to HTML tables
A very important underlying feature of Orbeon Forms is the grid. A grid groups controls in rows and columns, and can optionally repeat rows. When we first implemented grids many years ago, we used tables for the underlying HTML markup. In HTML, tables serve two main purpose: Presenting tabular data (which...
More
Thursday, May 19, 2016
JavaScript components made easier
Orbeon Forms’s toolbox, which presents the choice of form controls available when you build a form, is fully customizable. Each form control points to a file containing information about the control and, in the case of custom controls (also known as components), the behavior of the control itself. Some components...
More