[Row] / [Col] / [EndRow]

[Col] takes one parameter

Description:

[Row] begins a new Bootstrap row, and [EndRow] ends that row. All fields between the two will be on the same row.

The number of Bootstrap columns that each control (along with its label and note) occupies is set by the [Col] attribute. The one parameter for [Col] may specify a field name wrapped in {}.

Use of [Col] overrides the current values for [RowCols].

Example:

FirstName Attributes:
[Row]
[Col] 6

LastName Attributes:
[Col] 6
[EndRow]