Type of forms:
- Simple forms
- Grouped forms
Simple forms
Simple form is a single form that displays all the fields together in a single view.
Grouped forms
Grouped forms are composed of individual forms organized into separate sections, with each section featuring a single form and its own set of fields.
Following types of grouped forms are supported:
- Tab
- Stepper
- Wizard
Tab
Forms are organized into various tab groups, allowing users to access different forms either through tabs or by using the next/previous buttons..
Stepper
Forms are organized into distinct steps, hence the term "stepper." Access to different sections of the form is exclusively possible in a sequential manner, following the predefined order in the schema, using the next/previous button. Each step is denoted by a header displaying the current form's step count.
Wizard
Forms are organized into various sections accessible exclusively through the use of the next/previous buttons. While the order of the form groups is upheld, unlike the stepper-style grouped forms, they do not include headers.