Create dynamic number of form grid in a form
Confluence User - 21 Nov, 2022
I have a survey step in my workflow.
The user will choose a survey template to be filled out.
The survey template consists of n number of sections while each section contains n number of questions
Ex:
| Survey Template | Section | Questions |
| Template 1 | Section 1 | question1 |
| question2 | ||
| question3 | ||
| Section 2 | question4 | |
| question5 | ||
| question6 | ||
| question7 | ||
| Template 2 | Section 1 | question1 |
| question2 | ||
| question3 | ||
| Section 3 | question 8 | |
| question 9 | ||
| Template 3 | Section 1 | question1 |
| question2 | ||
| question3 | ||
| Section 2 | question4 | |
| question5 | ||
| question6 | ||
| question7 | ||
| Section 3 | question 8 | |
| question 9 |
If the user chooses template 1, then the form must contain Sections 1 and 2 (2 tables contains their questions)
dynamic;form-grid;forms;survey;checklist;table-name