The Orbeon Forms Blog
This is the Orbeon Forms blog. Stay up to date with the latest releases and new features of Orbeon Forms!
Monday, Oct 7, 2013
Autosave
Glitches happen. While you’re filing a form, your browser might crash, your computer be disconnected from the power or run out of power, your Internet connection might go down, or the server might have a technical issue. When such a glitch happens, you’re likely to loose whatever work you’ve done...
More
Tuesday, Oct 1, 2013
Spreadsheet-like forms
Many of us are familiar with using spreadsheets with rows and column of cells. Sometimes we also want to gather data in a form that behaves similar to a spreadsheet with data categorized in two dimensions using regular rows and columns. In some cases, the default behavior of XForms may...
More
Monday, Sep 23, 2013
Owner/group-based permissions AKA "See your own data"
In most deployments of Orbeon Forms, there are two classes of users: Some users fill out forms; as done by constituents in the case of a government deployment. Some users can access all the submitted forms; as done by specific government employees in the case of a government deployment. This...
More
Friday, Aug 30, 2013
Orbeon Forms 4.3.1 PE
Today we released Orbeon Forms 4.3.1 PE. This is a bug-fix update for Orbeon Forms PE only. For more details about the 4.3 release in general, see Orbeon Forms 4.3. This release includes the following fixes: XPath error when setting database service action (#1228) fr:number processes but hides decimal part (#599)...
More
Wednesday, Aug 14, 2013
Orbeon Forms 4.3
Today we released Orbeon Forms 4.3! This release is rich in new features: Form Builder and Form Runner Enhanced validation. You can set multiple validation constraints, each with its own alert message. In addition to errors, you can also create warnings and informational messages (blog post, doc). Owner/group-based permissions AKA "See your...
More
Wednesday, Aug 14, 2013
Formulas for summing values, done right
Recently, we’ve been asked a number of questions relating to computing the sum of numbers in a form, whether with Form Builder or with plain XForms. This seems pretty simple, because XPath, the expression language used by Orbeon Forms, has a sum() function. But there can be some difficulties: Values...
More
Tuesday, Aug 6, 2013
New image annotation control
With Form Builder, you can easily design forms that take file attachments: Add a file attachment control to your form, for instance to allow users to attach a supporting document such as a PDF or Word document. If the file users need to attach is a picture, use the image...
More
Thursday, Jul 25, 2013
Simplifying the list of data types in Form Builder
Form builder always had the ability to validate data using data types such as “string”, “integer”, “decimal”, “date”, “email”, and so on. Most (but not quite all) of the types available in Form Builder until now come from an XML specification called “XML Schema”. When we first implemented this feature in...
More
Wednesday, Jul 17, 2013
Enhanced validation in Form Builder and Form Runner
A major new feature of the upcoming Orbeon Forms 4.3 is enhanced validation. Up to 4.2, you could validate a control value with: whether a value is required a data type such as "integer" or "email" a single XPath constraint If any of these validations failed, the user would get...
More
Friday, Jun 28, 2013
Better uploads in Orbeon Forms 4.2
Browser uploads have gone through a lot since the beginning of the web. It is now possible, with standard APIs, to perform uploads in the background, to obtain file metadata, and even to handle drag and drop of files. In Orbeon Forms 4.2, we improved file upload in a few...
More