Declare FIELDSET

FIELDSET variables can be declared anywhere in a Template script. FIELDSET names are case-sensitive and must match the same naming conventions as entry names. The names of fields in FIELDSET must match the same conventions as entry field names.

The following declares FIELDSET FieldSet_x.

FIELDSET FieldSet_x 

When working with Text Blocks, the contents of the _data variable is used to locate the Field Sets when the Text Block refers to a Field Set. Wherever a Field of a Field Set is used in the Text Block, KCM substitutes the value of the Field of that Field Set in the Data Backbone instead in the result document.

For dynamic Forms, the Template must explicitly indicate which part of the Data Backbone to use, using the DATA keyword. By default, a dynamic Form looks for Field Sets in the Template itself and ignores the Data Backbone.