<name>
(Form Field Name)
This element specifies the name of the current form field.
example:
<w:fldSimple w:instr="FORMTEXT"> <w:ffData> <w:name w:val="FirstName"/> <w:textInput> … </w:textInput> </w:ffData> </w:fldSimple>
The <name>
element specifies that the name of the current form field is FirstName
. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the name of the form field. If this attribute is omitted, then the parent form field shall have no name. form field: <w:ffData> <w:name w:val="ExampleFieldName"/> </w:ffData> The The possible values for this attribute are defined by the ST_FFName simple type (§2.18.30). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FFName">
<attribute name="val" type="ST_FFName"/>
</complexType>