maxCharacters

Node type: Attribute

Definition

Indicates the maximum character string length allowed for a textInput field.

Attribute Values

Value/Content format: Positive numbers (1, 2, 3, etc.)

Used in Elements

textInput (inline)

inputField

Code Sample

<textInput>

<inputField inputFormat="singleLine" maxCharacters="5"/>

<fieldLabel paraID="1">Helper access number (last 5 digits of contributor’s Church membership record number)</fieldLabel>

</textInput>

See Also