Hi, i've looked around but im unable to find a BeforeSave or BeforeSubmit to subscribe to on forms. Currently im using an After, which looks like this: [Subscribe(Dynamicweb.Modules.Forms.Notifications.Frontend.OnAfterSubmitSave)]
I've looked through the intellisense and cannot seem to find such a subscriber, i've also looked here: http://developer.dynamicweb-cms.com/api8/#Dynamicweb~Dynamicweb.Notifications.Module_members.html
What i want to do, is to stop a submit from a form in the backend, depending on a parameter in the form.
Does a notification subscriber exist for the BeforeSave or BeforeSubmit on forms, like the AfterSubmitSave i show above for form, and where can i find this?