Fillers are the non-interactive form items that can be used to display fixed instructions, horizontal lines, empty blocks, etc. on the form.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The Empty Cell is a special field and it occupies a blank area on the form.
Note: The Form Layout arranges the items sequentially by their items position number irrespective of interval between two position numbers. So, to blank an area in the form, use this form item explicitly.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
The Line field is a plain horizontal line that appears on the screen.
In Edit & View Modes
- Both the modes render the Line as it is.
Hidden
The Hidden field is a special item that does not appear on the screen. It is used to submit or handle hidden parameter values.
Features:
...
- It holds the additional values that do not appear anywhere on the form.
...