Form Sections

On a form with multiple sets of entry values, you can group entry fields for visual efficiency, or to link related data items. A form may comprise multiple sections, each of which includes its own header to describe the data type.

Use sectioned forms only when there is more than one section. Simple forms with only one section use breadcrumbs as the page header.

Each form section is identified with a header tag:
<h2 class = "section [type]>    
  <wicket:message key = "[headerkey]" />   
</h2>
where type is one of:
To improve readability, separate form sections with white space using the following <div> tag:
<div class = "column buffer"></div > 


Sectioned Forms