Caption Attribute

This is typically the text that labels the field. The caption to display next to the entry field control on the data form. This is the value that will be used by the end user when referring to this field.

    <common:FormFields>
      <common:FormField FieldID="FIELD1"
                        Caption="Field 1"
                        DataType="String" />
      <common:FormField FieldID="FIELD2" Caption="Field 2" DataType="String" />
      <common:FormField FieldID="FIELD3" Caption="Field 3" DataType="String" />
    </common:FormFields>