Adding an extra input field when pressing a button

0
Hi all,    i am very new to mendix and i need some help with below:    i have a NewEdit page wich is responsible for adding new "Terms” to an already existing list. Some term have mulitple "Definitions". I want to add a button that adds an input field for an extra "Definition”. please see picture below.    When i press "+ button” i want it to look something like below picture:      The microflow currently looks like below:      Thank you !  
asked
1 answers
2

Hello Denis,

 

What you would want in this case, is to create a Definition like you do in your second activity, however, if you open the Create activity, you can set members. If your Domain Model is correct, there should be a member Definition_Term. You can fill this with value $Term, that's all you need.

answered