...
Take a look at the video below which shows how to setup a basic form from a newly created application.
The video also shows how to bind various controls to your data model using the Bound Field property. When adding a new control that accepts user input, the Bound Field property informs the application which field in the Data Model to use for storage. You can use the search help to find an existing field in the data model to bind the control to, or you can type in a new field name which will automatically add that field to your data model.
Once you have added a new control to your form structure, the next step is to configure that control through the Properties section. After clicking on the control in the Form Structure section, the available properties for that control will appear in the Properties grid. As shown in the video, changing the text of a Form Element is as simple as changing the value of the Label property.
...