If the form has more than one column, the fields are placed in columns based upon how they were laid out in the HTML. For example, field 1 is placed in column 1, field 2 in column 2, field 3 in column 1, etc.
Is there a way, without using a form group, to to control which column is used to render the field? For example, fields 1 & 2 are placed in column 1, and field 3 is placed in column 2.
If that is not possible, then the FormGroup element should be changed so that when the LabelText is not provided, the legend html element is not rendered.