This directory includes a set of example Relativity Forms Event Handlers.
Note: These event handlers are meant to serve as samples and not all of them may work out of the box. Some may require setup. We recommend you use them as a template and/or reference, not for their intended functionality.
A Relativity Forms event handler consists of two parts:
- A .NET Page Interaction event handler that tells Relativity Forms what your JS file's filename is -- one example is included here in the root level
examples
directory. - A JS file that can hook into one or more lifecycle events that Relativity Forms exposes. Our examples are located in the JsEventHandlerExamples directory.
For detailed instructions on how to build a Relativity Forms Javascript Event Handler please see our platform documentation.
If you have an example that you would like to contribute to our Relativity Forms Developer Community, please follow the steps in the CONTRIBUTING.md.