<Rock:FormField>
view provides a way to show the label. It also handles showing a required indicator. This will be covered in more detail when reading up on that view itself.<Rock:FormGroup>
adds a border as well as some other sugar to your layout. Again, you can get all the details by reading up on the FormGroup
view. However, note that in this sample we removed the Label
from the TextBox
and moved it to the Title
property of the FormGroup
. When displaying a single field this works well.