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.
Wednesday, Mar 12, 2014
Choices editor improvements
Orbeon Forms 4.5 introduces two features related to repeated content, discussed in other posts: Inserting and reordering grid rows Repeated sections Work on these enhancements also benefits the Form Builder Choices editor [1], and you can now reorder choices and have control over where to insert new ones: Reordering choices...
More
Tuesday, Feb 25, 2014
Fun with dropdown menu titles
As we were recently fixing a few issues with the Dropdown Menu control, we started thinking more seriously about the behavior of that control in Form Builder and Form Runner, and it turned out to be interesting! The questions revolve around the special item at the top of the list,...
More
Thursday, Feb 20, 2014
Form versioning
What versioning does Form versioning is an important new feature in Orbeon Forms 4.5. In the past, Orbeon Forms was only keeping track of one form definition for every published form. This meant that if you republished a form, the previous form definition was overwritten. It also meant that when...
More
Wednesday, Feb 5, 2014
Hints for checkboxes and radio buttons
With Form Builder, form authors can provide a help message for every form field, and we recently discussed how we improved the visual appearance of help messages. For radio buttons and checkboxes, it sometimes make sense to have a message targeting a specific radio button or checkbox, as done in this...
More
Friday, Jan 31, 2014
The new Duplicate button
We have just implemented a new Duplicate button, available on the Summary page of both Form Builder and Form Runner. This button allows you to copy: an existing form definition, when used from Form Builder existing form data, when used from deployed forms This enables some often-requested use cases, including:...
More
Thursday, Jan 30, 2014
Improving how we show help messages
Before Orbeon Forms 4.5, we’ve been using modal dialogs to show help messages. This was a rather heavy handed approach which prevented users from filling out the field while seeing the help message. Now, help messages show using a Bootstrap popover shown next to the relevant field, as shown in the...
More
Wednesday, Jan 15, 2014
Orbeon Forms 4.4.1 PE
Today we released Orbeon Forms 4.4.1 PE. This is a bug-fix update for Orbeon Forms PE only. For more details about the 4.4 release in general, see Orbeon Forms 4.4. This release includes the following fixes: Orbeon Forms 4.4 requires additional jars for Oracle (#1484) IE10: section content is partially...
More
Wednesday, Jan 15, 2014
Repeated sections
In addition to repeated grid rows, Form Builder and Form Runner now support repeated section content. Repeating section content is very similar to repeating a group of grid rows, except that the entire section content can be repeated. This includes nested grids and subsections. You enable content repetition in the...
More
Thursday, Dec 5, 2013
Detecting login pages in Ajax requests
Way back when, in Orbeon Forms 3.9, we introduced an improved retry mechanism that kicks in when an Ajax request to the server fails. A request might fail either because the browser didn’t get a response before a certain timeout, or because it got an unexpected response. In the first...
More
Monday, Nov 25, 2013
Preventing cross-site request forgery (CSRF)
What is CSRF? Cross-site request forgery (CSRF) is a type of exploit of your web site whereby a malicious party may be able to perform operations posing as a given user of your site, without that user having authorized those operations, or even being aware they are performed. In a...
More