Versions Compared

Key

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

...

One example of an invalid XML document is when the XSD contains a repeating element. If minOccurs=3 and the XML document contains only 2 elements then the document is invalid and your form will display the standard error message.

Warning

Image Removed The The XML document must also use UTF-8 format encoding.

...

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 Live Forms 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.

Custom JavaScript

Info

Image Removed  Although  Although themes are primarily used to customize look and feel, you can also provide custom JavaScript in a theme. Make sure that you have read and understood the section on [[V4_Customizing_Themes|customizing themes]].

Tip

Image Removed We We strongly recommend that you are familiar with a JavaScript debugger / web development tool such as the Firebug extension for Firefox.

...