How to Design Dynamic input box

0
We have two entity one is  question and another is Answer Both entity are associated to each other (question 1 Answer*) In my answer entity we have 4 attribute ( textbox (string type), text area(string type) Checkbox(boolean), RadioBox(boolean)  i have also created dynamic input box in  editable list view through association But my need is 4 tab pages 1 St tab(textbox ) pages plus button if click plus button then dynamic textbox field generated at same time all the attribute like textarea, checkbox are generated dynamic but we need if i click textbox plus button then only textbox field generated not all How can I achieve this my all attribute in same entity 
asked
1 answers
0

Hi Shubham, 

 

When reading your question, it feels like you can achieve this goal by using the Questionnaire module. Did you have a look at that?

 

https://marketplace.mendix.com/link/component/234

answered