Determines the format in which to submit the data.
Reference_Syntax.format = "pdfEnvelope | xmlEnvelope"
Type
Values
String
For the encrypt object:
pdfEnvelope
xmlEnvelope
Adds the contents being submitted to a PDF document as an encrypted attachment.
Encrypts the contents being submitted using W3C XML encryption and contains them within an XML envelope.
For the submit object:
xdp (default)
formdata
pdf
The data is packaged in XDP format.
The data is packaged in URL-encoded format as described in Uniform Resource Locators (URL).
The data is packaged in PDF as described in the Adobe PDF Specifications.
Model
Object
Form Model
encrypt
submit
XFA 2.1
Button1.resolveNode("#event.#submit").format = "pdf"
Button1.#event.#submit.format = "pdf"
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: