Im trying to build a form in django that allows me to imput the composition of a sample. This is done at present with a CoiceFild that contains all Elements form the Periodic table and a corosponding input Field for the concentration. The problem is that this solution only allows a fixed number of components. But i dont know in advanced how many components are in any given sample. How could i implement this?
0
votes