Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In addition chaining multipe forms together via the Form Action Post with common data sources from XSD as described above, it is also possible to write a servlet or other web code that does a Post request with a form Url to the  Form Server. This request can also be coded to contain an XML document. If the XML document conforms to and is in the same namespace as one of the form's documents (either from-scratch palette controls or from XSD schema datasource), then the Form Server will use that XML document to initialize the form's fields.

 

The local time will be converted to and saved in UTC format in the submissions XML document. Here is an example: <Order Time>15:42:00Z</Order Time>. The capital "Z" after the time is necessary for proper initialization. The local time will be converted to and saved in UTC format and the date will be converted to the standard xsd:date format of yyyy-mm-dd In the submission XML document. Here is an example: <OrderDate>2021-01-01T05:00:00Z</OrderDate>. The capital "Z" after the time is necessary for proper initialization.