I have a field with a 1:N relationship with some other fields. I need the user to specifier how many elements are related to that particular field to enable me create the right amount of controls dynamically through JavaScript of JQuery.
I dont want to have the user enter the data repeatedly.
How can i create these controls please?