The submit format specifies what to submit to the server.
httpMethod
The http method specifies how to submit to the server. This property is meaningfull for SubmitFormat: Pdf and Html
includeEmptyFields
Fields without a value should be submitted also. This property has no meaning for SubmitFormat: Pdf
convertDatesToStandardFormat
When submitting all fields which contains a date are converted to a predefined format, otherwise the value is submitted as-is (aka how the user entered the data).
This property has no meaning for SubmitFormat: Pdf.
The predefined format: 'D:yyyymmdd' (without the quotes)