The following code sets up the structure of the form:
Copy
<WF_DynamicForm>
<DataClass>Employee</DataClass>
<FormHeader>
<Style>header</Style>
<Title>title</Title>
</FormHeader>
<EmployeeHeaderPanel>
<Style />
</EmployeeHeaderPanel>
<FormBody>
<Style>IVFormBody</Style>
<Block>
<Style />
<NumberOfColumns>n</NumberOfColumns>
</Block>
.
.
.
</FormBody>
</WF_DynamicForm>
Within the <FormBody> tag, you create and define the fields that comprise the form.