Umbraco Forms
CMSCloudHeartcoreDXP
16.latest
16.latest
  • Umbraco Forms Documentation
  • Legacy Documentation
  • Release Notes
  • Installation
    • Installing Umbraco Forms
    • Licensing
  • Upgrading
    • Upgrading Umbraco Forms
    • Version Specific Upgrade Notes
  • Editor
    • Creating a Form - The basics
      • Form Settings
      • Form Advanced Options
      • Form Information
      • Overview Of The Field Types
        • Date
        • File Upload
        • reCAPTCHA V2
        • reCAPTCHA V3
      • Setting-up Conditional Logic on Fields
    • Attaching Workflows
      • Workflow Types
    • Viewing And Exporting Entries
    • Defining And Attaching Prevalue Sources
      • Prevalue Source Types Overview
  • Developer
    • Property Editors
    • Preparing Your Frontend
    • Rendering Forms
    • Rendering Forms Scripts
    • Themes
    • Custom Markup
    • Email Templates
    • Working With Record Data
    • Umbraco Forms in the Database
    • Extending
      • Adding A Type To The Provider Model
        • Setting Types
      • Adding A Field Type To Umbraco Forms
        • Excluding a built-in field
      • Adding A Prevalue Source Type To Umbraco Forms
      • Adding A Workflow Type To Umbraco Forms
      • Adding An Export Type To Umbraco Forms
      • Adding a Magic String Format Function
      • Adding A Server-Side Notification Handler To Umbraco Forms
      • Adding a Validation Pattern
      • Customize Default Fields and Workflows For a Form
    • Configuration
      • Forms Provider Type Details
    • Webhooks
    • Security
    • Magic Strings
    • Health Checks
      • Apply keys and indexes
      • Apply keys and indexes for forms in the database
    • Localization
    • Headless/AJAX Forms
    • Block List Labels
    • Field Types
    • Storing Prevalue Text Files With IPreValueTextFileStorage
  • Tutorials
    • Overview
    • Creating a Contact Form
    • Creating a Multi-Page Form
Powered by GitBook
On this page
  • Release history
  • 16.0.0 (June 12th 2025)
  • 16.0.0-rc5 (June 10th 2025)
  • 16.0.0-rc4 (June 10th 2025)
  • 16.0.0-rc3 (June 3rd 2025)
  • 16.0.0-rc2 (May 26th 2025)
  • 16.0.0-rc1 (May 15th 2025)
  • Umbraco.Forms.Deploy
  • 16.0.0 (June 12th 2025)
  • 16.0.0-rc5 (June 10th 2025)
  • 16.0.0-rc4 (June 10th 2025)
  • 16.0.0-rc3 (June 3rd 2025)
  • 16.0.0-rc2 (May 30th 2025)
  • 16.0.0-rc1 (May 20th 2025)
  • Legacy release notes

Was this helpful?

Edit on GitHub
Export as PDF

Release Notes

Get an overview of the things changed and fixed in each version of Umbraco Forms.

In this section, we have summarized the changes to Umbraco Forms released in each version. Each version is presented with a link to the Forms issue tracker showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.

If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.

If you are upgrading to a new major version, you can find information about the breaking changes in the Version Specific Upgrade Notes article.

Release history

This section contains the release notes for Umbraco Forms 16 including all changes for this version.

16.0.0 (June 12th 2025)

  • Compatibility with Umbraco 16.0.0

16.0.0-rc5 (June 10th 2025)

  • Compatibility with Umbraco 16.0.0-rc6

  • Removed obsolete code

16.0.0-rc4 (June 10th 2025)

  • Compatibility with Umbraco 16.0.0-rc5

16.0.0-rc3 (June 3rd 2025)

  • Compatibility with Umbraco 16.0.0-rc4

  • Fix field/workflow settings not displaying in dialogs

16.0.0-rc2 (May 26th 2025)

  • Compatibility with Umbraco 16.0.0-rc3

  • Remove dependency on shop.umbraco.com (no trial license generation on install or retrieval of license in backoffice)

  • Replace Excel export (using outdated EPPlus dependency) with CSV export using CsvHelper

  • Add 'Save and preview' feature #655

16.0.0-rc1 (May 15th 2025)

  • Compatibility with Umbraco 16.0.0-rc2

    • See full details of breaking changes under the Version-specific Upgrade Guide.

Umbraco.Forms.Deploy

This Deploy add-on adds support for transferring, restoring, exporting and importing (including migrating between major versions) of Umbraco Forms data.

16.0.0 (June 12th 2025)

  • Update Forms and Deploy dependencies to 16.0.0

16.0.0-rc5 (June 10th 2025)

  • Update Forms and Deploy dependencies to 16.0.0-rc5

16.0.0-rc4 (June 10th 2025)

  • Update Forms and Deploy dependencies to 16.0.0-rc4

16.0.0-rc3 (June 3rd 2025)

  • Update Forms and Deploy dependencies to 16.0.0-rc3

16.0.0-rc2 (May 30th 2025)

  • Update Forms and Deploy dependencies to 16.0.0-rc2

  • Update client-side entity types to align with server-side (UDI entity types)

16.0.0-rc1 (May 20th 2025)

  • Update Forms and Deploy dependencies to 16.0.0-rc1

Legacy release notes

You can find the release notes for versions out of support in the Legacy documentation on GitHub and Umbraco Forms Package page.

PreviousLegacy DocumentationNextInstalling Umbraco Forms

Last updated 5 days ago

Was this helpful?