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…
While the widget allows for a variety of configurations, there is also the ability to manage them via code so that programmers have full control over how they react to verification events. To do this, you must disable the option “Step 4″“Manage form submission”.
You have 3 options:
- Standard Javascript with asynchronous management
- Standard Javascript without asynchronous management
- JQuery with asynchronous management
- JQuery with non-asynchronous management
