textInput (block)

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

Whitespace: Not protected

Definition

Surrounds markup and content associated with a single textual user-input field in a form.

Code Sample

<fieldGroup>

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

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

<textInput>

<inputField inputFormat="singleLine"/>

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

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

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

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

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

</textInput>

<textInput>

<inputField inputFormat="singleLine"/>

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

</textInput>

</fieldGroup>

Notes

The block-type textInput element may not be used inline within paragraphs.