IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The forms module exposes events that are related to the data passed by the form during the submission process. To subscribe to events, we recommend using the interfaces, even if the events that fire are concrete implementations (classes).
Following is a full list of the events supported by forms:
This interface is implemented by all events fired for Forms. Use it, if you want to subscribe to all of them. Subscribe using the following code:
When you handle a generic event, no information is passed to your event handler. You can use a more specific event.
This interface is implemented by all events that fire after a form entry is created. There is only one such built-in event and you must subscribe to the interface rather than the class that implements it. Subscribe using the following:
In the event handler, you can access the following information:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important