Overview
Form is a container, it helps is used to capture user input
To make the Form work you need to bind the model with the Form, refer Models
Once the model is bound, you will see the fields related to the object that you select while model creation on the left side.
You can drag and drop the fields on the Form
You can also map nested field
You add multiple action on the from which will be displayed as button
Only three actions will be displayed on the Form and rest of the actions will be displayed in drop down
By clicking on the button it performs a particular action e.g. invoking a specific action or workflow
...
Nested field allows you to select field which is a an array field or object field
Once you select a nested field which is a an array field or object field, then all the fields inside the array and object will be visible at the left side
...