2025 Forms release notes

  • Updated

Follow this article to receive email notifications when new Optimizely Forms packages are available for 2025. Product packages are found on the Optimizely NuGet server

Are you looking for release notes before January 2024? See the Optimizely Release Notes on the Optimizely World site.

You can find prior versions of user guides and when functionality was released or deprecated at the following locations:

January 24, 2025

Optimizely.CMS.Forms.* 1.1.0

Bug fixes

  • AFORM-4550 – Fixed an issue with custom element types that inherit from SelectionElementBlock so they will work with the feed provider.
  • AFORM-4300 – Fixed an issue that had the wrong access right for the submission API, causing an error: 403 Forbidden with detail: Unable to view form submission with key submissionKey, associated with the form key.
  • AFORM-4234 – Fixed an issue on a form where SubmissionKey is not a submission key, which returned an error (500) instead of the expected 400.
  • AFORM-3907 – Fixed an issue that caused an error (500) when the system tried to redirect to an image after form submission.
  • AFORM-4254 – Fixed an issue with Get default language that was missing the submitSuccessMessage.

January 21, 2025

EPiServer.Forms.Samples 5.10.3

Bug fix

  • AFORM-4552 – Fixed an issue where every page navigation caused multiple POST calls to /shell/Stores/component/. Each instance of the Form Elements gadget created two calls.

January 14, 2025

EPiServer.Forms.Samples 4.2.6

Enhancement

  • Added a hidden class css to replace Display:none for elements in Forms.Sample for a better experience. Elements in Forms.sample still use the old style, which causes some inconsistency in the user experience (for example, validation messages are not shown).

Bug fixes

  • AFORM-4553 – Fixed an issue where you could not submit a predefined DateTime range element.
  • AFORM-4554 – Fixed an issue that did not display a date picker when you set a predefined DateTime range element.