Appearance
AireForms Release Notes
Version: 11.2.0
Release Date: 16 February 2026
Summary of Changes
✨ New Features
- Graceful Error Handling When Saving Building Blocks (AFORMS-4058)
- reCAPTCHA Disabled by Default (AFORMS-4091)
- Pass Custom Data into Form Instances (AFORMS-4095)
🐞 Bug Fixes
- Improved Page Breaking for Large Tables in PDF Exports (AFORMS-4094)
Detailed Changes
✨ New Features
Graceful Error Handling When Saving Building Blocks (AFORMS-4058)
Description
Previously, if a server error occurred whilst saving a building block, users were redirected to an unexpected error page and lost all unsaved changes. The building block designer now stays open when a save error occurs, displaying a validation message so users can attempt further edits or undo recent changes before retrying.
What this means for you
If something goes wrong whilst saving your work in the building block designer, you will no longer be taken away from the page or lose your changes. Instead, a message will appear on screen letting you know there was a problem, so you can try undoing recent changes and attempt to save again.
reCAPTCHA Enabled by Default (AFORMS-4095)
Description
reCAPTCHA will be an opt out by default across all organisations. Organisations can opt out of reCAPTCHA via the orgs.xml configuration file.
What this means for you
ReCAPTCHA Form submission can be toggled on or off for all users. If your organisation previously experienced issues with users being unable to complete or submit forms due to reCAPTCHA, this change resolves those problems.
Pass Custom Data into Form Instances (AFORMS-4095)
Description
Forms now support the ability to pass key-value pairs of data at the point of creating a form instance. This data is stored against the form instance and exposed within the form context, allowing configurators to surface contextual information within the form without requiring end users to enter it manually. See the updated Developer documentation for more details.
What this means for you
When a form is opened, it can now automatically include pre-filled contextual information that was passed in when the form was created. This means users may see relevant details already populated in their form, reducing the need for manual data entry.
🐞 Bug Fixes
Improved Page Breaking for Large Tables in PDF Exports (AFORMS-4094)
Description
Fixed an issue where large HTML tables added to PDFs via server-side calculations were not page-breaking correctly, resulting in table content being cut off or overflowing across pages.

