...
- Form: A single page step form.
- Wizard Form: A wizard type would contain a complex form with multiple steps in different pages. For example, if you have a large form for entering user data, you would create a wizard form to divide the detail fields into a series of steps. At runtime, the wizard form would display the Web Form asking to fill the details like any other online complex form.
- Custom: A customized web page developed in EXT-Ext JS.
Accessing a Web Form
...