How to create 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, 

 

Have a look at the questionaire module https://marketplace.mendix.com/link/component/234.

There the problem of matching answers of different types, with answers is solved in a way that probably suits your needs.

 

Jacob

answered