The imagenowforms.xml file, located in the [drive:]\inserver\etc directory, is used to create and modify form definitions available for use by Forms Server. You can have as many form definitions in theimagenowforms.xml file as you need. However, you must have a form definition in the imagenowforms.xml file for each form you plan to deploy. There are two types of form definitions: the document form definition and the folder form definition. You cannot deploy a single form definition for both a folder type and a document type.
A form definition can store two types of attributes for a form: a literal value or dynamic value.
To ensure correct XML validation, you must have the form definition elements in the required order. The required order for document form definition elements is Drawer, Field1, Field2, Field3, Field4, Field5, DataParams, ConfigParams, TransformParams. The required order for folder form definition elements is FolderName, DataParams, ConfigParams.
Sequence is a node that takes literal values for its attributes. You can put a sequence in any of the document key elements. The attributes for the Sequence node are name, width, increment, prefix and suffix. The prefix and suffix attributes are not required. The increment attribute starts with a value of 001, and then increments that value by one. A new sequence is only created if the name does not already exist. Otherwise, the existing sequence is used.