Versions Compared

Key

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

...

This membership list form contain a single default empty member item. The controls First Name and Last Name are named fn and ln respectively.

Image RemovedImage Added

Appending _data=(fn:!(Joe,Liz!),ln:!(Caprio,Smith!) to the form's share URL will cause the form to automatically add a 2nd repeating member and to initialize the first and last names for both members. This form also contains a templatized label in the section control. Notice how the templates are also replaced with the _data values when the form loads.

...

The local time will be converted to and saved in a valid UTC format for the time portion of the date/time control in the submission XML document.  You may see the time stored with a trailing "Z" or with an offset from UTC time. See Initializing Forms with XML Documents and Viewing XML Documents for further information.


Checkbox Controls

...