fieldGroup

Node type: Block element (can contain only other elements)

Whitespace: Not protected

Definition

Used to mark a group of related form fields.

Code Sample

<fieldGroup>

<title paraID="1">To Be Filled Out If Student Recently Changed Schools</title>

<fieldGroup>

<title paraID="2">Previous Released-Time Seminary</title>

<para paraID="3">(If applicable)</para>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="4">Seminary name</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="5">Teacher’s name</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="6">City</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="7">State or province</fieldLabel>

</textInput>

</fieldGroup>

<fieldGroup>

<title paraID="8">Previous Daily or Home-Study Seminary</title>

<para paraID="9">(If applicable)</para>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="10">Ward</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="11">Teacher’s name</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="12">Stake</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="13">City</fieldLabel>

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="14">State or province</fieldLabel>

</textInput>

</fieldGroup>

</fieldGroup>