Versions Compared

Key

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

...

A  form with a time or date/time control will convert and save the local time in UTC format in the submissons XML document. The time is followed by a capital  "T" (Time Zone).  The XML document, used to initialize a form with time or date/time controls will not work correctly, if the capital "T" after the time, is not included.  A form with a time or date/time control will generate an XML document similar to the following:

 

...

Code Block
<p0:OrderForm xmlns:p0="http://www.frevvo.com/schemas/_C_n5oCViEeGb74eqw2UKjA">
  <Date_Time>2012-05-08T07:41:00Z</Date_Time>
</p0:OrderForm>

XML document from Post payload

...