Manage Events in the Widget
The widget is a mechanism that allows you to implement verification services in a simple way in the data collection Web forms. With the wizard you can decide which verification services you want to implement, in which fields you want them to be used and their behavior. For example, you could configure the form not to let you submit data if a field contains an incorrect email address, a phone number or an error in a postal address. Another option could be to mark in red the wrong field but let you send the data…
Although the widget allows a wide variety of configurations there is also the possibility to manage them via code so that programmers have full control over how to react to verification events. To do this you must disable the “Manage form submission” option in “Step 4”.
You have 3 options:
- Standard Javascript with asynchronous management
- Standard Javascript without asynchronous management
- JQuery with asynchronous management
- JQuery with non-asynchronous management
