> For the complete documentation index, see [llms.txt](https://www.health-samurai.io/docs/formbox/llms.txt).
> Use it to discover all available pages before guessing URLs.

---
# Release Notes

## August 2026 _`latest, 2608`_

* **Formbox (formerly Aidbox Forms)**
  * Introduced [Voice Agents](voice-agents.md) functionality, enabling users to create agents for automated patient voice calls based on questions from existing forms.
  * Enhanced the [new Formbox UI](aidbox-forms-interface.md) and made it the default experience, while preserving the option to switch back to the legacy UI when needed.
  * Improved the textarea experience in long forms by ensuring stable scrolling while users type large amounts of text, making lengthy responses easier and more comfortable to enter.
  * Improved Date field reliability in the renderer when embedded in an iframe, ensuring that entered date values are preserved correctly.
  * Expanded custom attribute support when saving forms, allowing custom attributes with boolean, integer, and decimal data types to be handled correctly.
  * Improved complex PDF form processing and conversion, enabling larger and more resource-intensive PDF forms to be successfully imported and converted into Questionnaire JSON.
  * Added [Liquid print templates](aidbox-ui-builder-alpha/printing-forms/liquid-templates.md): author HTML with FHIRPath in the Form Builder, link a template to a form by purpose, and render HTML or PDF with `$render`.

## July 2026 _`stable, 2607`_

* **Formbox (formerly Aidbox Forms)**
  * Added customizable button labels to the NHS theme (including "continue", final-step "continue", and "submit" buttons).
  * Added a "save and exit" button, displayed by default in the NHS app and in the web version when redirect-on-submit link is configured.
  * Improved validation for time, date, and datetime fields by detecting incomplete values while preserving the user’s partial input.
  * Added validation for 12-hour time entries to prompt users to specify "am" or "pm" without clearing the entered value.
  * Added support for using time items in "enable when" conditions.
  * Improved open choice form submission to support custom values entered through the "specify other" option.
  * Refined the template-based extraction widget layout.
  * Improved subject reference generation in template-based extraction UI.
  * Enhanced allocated id dependency handling in template-based extraction UI.
  * Improved calculated expression error handling so resolved validation errors are cleared in form builder automatically.
  * Improved pagination behavior in the forms grid and added pagination support to the form gallery.

## June 2026 _`stable, 2606`_

* **Formbox (formerly Aidbox Forms)**
  * Added auto-save support to preserve form data when the form is reloaded while being filled out.
  * Improved form submission handling for text fields and date/time/datetime fields, ensuring the latest entered values are submitted even without a prior blur event.
  * Enhanced the signature item to respect the browser locale when displaying the form signing date and time.
  * Updated the Calculated Expression section to open the Advanced Editor by default, helping prevent accidental data loss.
  * Added support for including SDCConfig when sharing a form.
  * Added support for applying themes included in SDCConfig when sharing a form.
  * Improved SDCConfig loading in the embedded form builder via onFetch.

## May 2026 _`stable, 2605`_

* **Formbox (formerly Aidbox Forms)**
  * Improved date validation messaging in NHS forms to provide clearer and more accurate min/max validation feedback.
  * Enhanced the Entry mode layout to ensure required field indicators are displayed consistently.
  * Improved the organization selection experience in multi-organization environments.
  * Enhanced security by restricting AccessPolicy matching to SDC-issued JWT tokens only.
  * Expanded Group item population capabilities with support for FHIR Query configuration and variables.
  * Improved Azure Blob Storage integration for file attachment uploads.
  * Enhanced multilingual form support by automatically loading the default language from the configuration.

## April 2026 _`stable, 2604`_

* **Formbox (formerly Aidbox Forms)**
  * Implemented [EHR integration via SMART on FHIR](aidbox-ui-builder-alpha/smart-app-integration.md), with Formbox acting as a SMART app (read), tested with Cerner.
  * Introduced a new Formbox UI, now available in beta, with a banner on the main Forms page to switch versions.

## March 2026 _`2603`_

* **Formbox (formerly Aidbox Forms)**
  * Supported the ability to run Formbox in [Sandbox mode](getting-started-formbox.md).
  * Added the ability to configure a [list of terminology servers](aidbox-ui-builder-alpha/integration-with-external-terminology-servers.md).
  * Implemented a new [Form Builder layout](aidbox-ui-builder-alpha/ui-builder-interface.md#ui-builder-interface-overview), which will become the default in the next release.
  * Added the ability to include a [header](aidbox-ui-builder-alpha/form-creation/widgets.md) and [footer](aidbox-ui-builder-alpha/form-creation/widgets.md) in a form.
  * Implemented workflow automation for [sending forms from UI](aidbox-ui-builder-alpha/form-sending.md) to patients via [email](reference/aidbox-sdc-api.md#notify-a-patient-notify-patient).
  * Added support for [connecting AI agents to Formbox Builder](aidbox-ui-builder-alpha/mcp.md) via MCP.
  * Added the ability to replace the loading spinner with a [custom one](aidbox-ui-builder-alpha/embedding.md#step-4-optional-custom-loading-content).
  * Extended customization options for the embedded Form Builder, including the ability to hide the adaptive form feature and custom renderer selection in [Configuration](aidbox-ui-builder-alpha/configuration.md#configuration-resource-structure).
  * Added full [Form Builder translations](aidbox-ui-builder-alpha/configuration.md#translations), including support for Arabic, and enabled Arabic for [multilingual forms](aidbox-ui-builder-alpha/form-creation/multilingual-forms.md).
  * Supported [form sharing from the root level across tenants](aidbox-ui-builder-alpha/forms-multitenancy.md#form-templates) in multi-tenancy mode.
  * Added the ability to configure a [session timeout parameter](aidbox-ui-builder-alpha/form-sharing.md) for automatic logout in forms.
  * Optimized form loading time for the embedded Form Renderer and Form Builder.
