Loop and Merge: Nested Loops
SurveyJS Form Library supports nested loops through its Loop and Merge functionality. In a nested loop setup, an outer loop iterates over a primary list of items, while an inner loop handles a related set of sub-items. For example, the form below asks an organization owner to provide information about departments (outer loop) and the employees within each department (inner loop). Read more...