Guides/ReportDesign/14.0-Izenda-FORMS.md
... ...
@@ -106,6 +106,8 @@ The flexibility of nesting reports and forms is most desirable for many small ca
106 106
107 107
### Repeater Tag
108 108
109
+**_Note: In order for repeater tags to persist, they must be in a comment tag_**
110
+
109 111
If you have content that you want to repeat within a form, you don’t need to use a nested sub-form. By enclosing this content with the ``[repeater]`` tag, the forms engine will repeat that content until it is exhausted.
110 112
111 113
In this example, we would create a report with 1+n rows. The first row is static and displays text in two cells with the text "Person" and "Certs". The second row is within a repeater, which means that it will generate _**n**_ times where _**n**_ is the number of valid ``[PersonID]`` entries. This repeater has a nested repeater in the second cell, which will populate all valid ``[Name]`` for each ``[PersonID]``.