This topic lists Optimizely updates, delivered as NuGet packages and services. You decide which updates apply to your project.
Select a product, package, or service in the left menu, and then select one of the following filters from Item type and click Filter.
Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.
Latest changes
Added a warning that displays, if you change the name of a form component that is used as a placeholder in the form under the Settings tab.
Fixed an issue that caused an error when you set renderingFormUsingDivElement=true in appsettings.json.
Fixed an issue where you could not submit a form that had contains conditions.
Fixed an issue that generated an error with the Form Submissions Cleanup Scheduled job after you upgraded to Episerver Forms 4.30.10 (for CMS 11).
Fixed an issue that prevented properties from being saved when you were in MongoDbPermanentStorage mode.
Fixed an issue that prevented you from submitting a form if your session had expired before you went to the next step or submitted the form.
Fixed an issue that occurred in the Cleanup job if you set Retention policy to Forever.
Fixed an issue that occurred after a form was submitted, which duplicated the content of a display message when WorkInNonJSMode = true.
Fixed an issue that prevented you from setting a header for StaticFile.
Added the following option to the Forms section in appsettings.json.
"Forms": { "FormsConfigOptions": { "StaticFilesHeaders": { "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload" } } }
To test this:
"Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
Fixed an issue that prevented you from going to the next step in a form when you set renderingFormUsingDivElement ="true" in appsettings.json.