Displaying Dynamic Questions with Mapped widgets

0
Hi, I am having some set of forms, in each form contains set of questions. Each question may have a text box or radio button or check box as input widgets. I need to display the questions dynamically in a single page based on form selection, Here I am facing challenge to map a question to a input widget. any help on this? thanks in advance 
asked
2 answers
0

Capture the selection made by the user in a microflow , then add a decision box , and based on decision made display the page , and each page will have a different set of questions according to your need. 

answered
0

For each question, capture the question type whether it is free text, radio or checkbox or other type(s).

In the page you display the question with options, you have to set conditional visibility based on the question type.

answered