Share via


submitAction Element (submit Element)

Specifies the data adapter used to submit the form.

Type

  xsd:complexType

Parent Elements

Element Description
submit Contains information about the submission functionality of a form.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
adapter
  xsf:xdTitle
Yes The name of the data adapter used for submitting the form.

minLength = 1

maxLength = 255

pattern = ([^\p{Z}\p{Cc}\p{Cf}\p{Cn}])(([^\p{Zl}\p{Zp}\p{Cc}])*([^\p{Z}\p{Cc}\p{Cf}\p{Cn}]))?

  xsf:xdTitle

Definition

  <xsd:element name="submitAction" minOccurs="0" >
  <xsd:complexType>
    <xsd:attribute name="adapter" type="xsf:xdTitle" use="required"></xsd:attribute>
  </xsd:complexType>
  <xsd:keyref name="submitAdapter_name_keyref" refer="xsf:adapter_name_key">
    <xsd:selector xpath="." />
    <xsd:field xpath="@adapter" />
  </xsd:keyref>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will prevent the form template from being deployed to the server as a browser-compatible form.

Example

The following is an example of the submitAction element:

  <xsf:submit caption="Su&bmit" disableMenuItem="no" onAfterSubmit="keepOpen" showStatusDialog="yes">
 <xsf:submitAction adapter="dav"/>
</xsf:submit>

<xsf:dataAdapters> <xsf:davAdapter name="dav" folderUrl="http://some_server/some_doc_lib" getFileNameFromData="/my:myFields/my:field1" overwriteAllowed="no"></xsf:davAdapter> </xsf:dataAdapters>