Names of Repeated Answers

HotDocs templates can repeatedly ask a question using a REPEAT instrucĀ­tion, which generates a list of answers. Templates created using HotDocs Developer can also contain nested REPEAT instructions up to four levels deep.

In addition to indicating the value type and variable name, repeated answer names must indicate the position of the answer in the list of answers for that variable. Position is indicated by appending a period and a number to the end of the 31 characters that indicate the value type and variable name, for example:

Ttentant .1

For answers that result from nested REPEAT instructions, one period and number will be appended for every repeat level, for example:

Ttenant .1.3.2

The first number represents the first repeat level and the last number represents the last (deepest) repeat level.

When the template developer gives you the answer names, he or she will also need to tell you which answers are repeated and at what level.

Repeats can not be nested more than four levels deep.