Best Practices

Keep all container subforms in fragment as flowed to enable customization and resizing of tables. If a fragment contains tables, avoid putting target areas and fields at the same level. Tables are resized only if a fragment layout contains only tables.

If you are using dynamic tables, set the binding of fields, container row, and table to "use name" for merging data correctly with the repeating table.

If you are using dynamic tables, all the repeating DDEs bound to the table fields are part of same hierarchy. All collection DDEs fall on the path from root element to the deepest collection DDE. For non-repeating DDEs, there is no such restriction.

// Ethnio survey code removed