It's possible to add labels for input fields. When you use labels, for example for radio button or checkboxes, then clicking on the label in turn click on the input fields. Likewise, if there is a label for an input text field, then clicking on the label will put the cursor inside the related field.
In this excercise we will create a basic form with a couple of fields. Even though you shouldn't ever do this, just to show the functionality, we will put the labels together. Even though the labels are together, clicking on the labels will put the cursor in the correct input field.
In this excercise we will create a form with a few fields using labels. We will customize the functionality such that the labels for each field will be dynamically generated based on logon-language.