Node type: Block element (can contain only other elements)
Whitespace: Not protected
Marks advisory or alert messaging content associated with the use of a textInput or button field in a form.
<button print="no">
<fieldLabel paraID="1">Reset Form</fieldLabel>
<alertText>
<title paraID="2">Confirm Form Reset</title>
<para paraID="3">Are you sure you want to clear all of the fields in this form?</para>
</alertText>
<helpText paraID="4">Click this button to clear all of the fields in this form.</helpText>
</button>
alertText is not to be confused with the helpText element, which would be most commonly used to mark text that would appear upon a user’s mouse-hover-over action while completing an electronic form.