You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an event handler that hooks into the FormStorage.Saving event and modifies the form name. This works fine when using Umbraco Forms default storage, but does not when using blob storage. The event handler is still firing, but the name is not updated.
Oddly enough, it does work when using the FormStorage.Created event.
I have an event handler that hooks into the FormStorage.Saving event and modifies the form name. This works fine when using Umbraco Forms default storage, but does not when using blob storage. The event handler is still firing, but the name is not updated.
Oddly enough, it does work when using the FormStorage.Created event.
Forms are setup to use blob storage as instructed here: https://our.umbraco.com/documentation/add-ons/umbracoforms/developer/IFileSystem/
Umbraco 7.15.4
Umbraco Forms 7.4.1
The text was updated successfully, but these errors were encountered: