The <field> Element

Purpose

The <field> element ...

Attributes

NameTypeDescription
property NMTOKEN Required - Specifies the name of a form data property, this field maps to. If the field is a direct child of the <form> tag, this attribute also specifies the name of the HTTP input parameter.
null CDATA Dynamic - Specifies an object, that should be taken as form data value if an input value is converted to null.

Body

The body of the <field> element is defined by the following sequence:

(match*, convert?, check*, message?)

Related elements

<match>, <convert>, <check>, <message>