2.2.1.2.37 intro

The intro element specifies the body text for the e-mail message that is generated when the form file is submitted using the e-mail data adapter.

Parent Elements

emailAdapter

Attributes:

value: This attribute specifies the body text.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="intro" minOccurs="0">
   <xsd:complexType>
     <xsd:attribute name="value" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>