...
On Adeptia Connect, you can access the created form from the Transactions and Dashboard tab. You can have following two three kinds of Web Forms:
- 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 JS.
Accessing a Web Form
Using a Web Form in a Transaction
...