There are two broad types of fields, static and dynamic. These names do not mean constant and variable, but are more closely related to an idea of static forms and dymamic forms.
A static field is one for which there will be only one instance. Drawing from HTML, if one were coding a form in HTML, all the inputs (i.e., fields) would be static. The distinction will be made more clear in the next section.