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:
If the user chooses template 1, then the form must contain Sections 1 and 2 (2 tables contains their questions)
Easiest is to create 3 forms and let the user choose the form/template they want.
If I have an unlimited number of templates configured by the userSo the user can manage templates (manage questions, sections, and templates)?
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:
If the user chooses template 1, then the form must contain Sections 1 and 2 (2 tables contains their questions)