Is it possible to dynamically adjust forms depending on how many inventors a matter has?
-
I want to be able to create a form that will have each inventor's name followed by their address.
Currently the only way I know how to do this is to have a template with 10 instances of {Matter.Inventor.1 through 10} preceding 10 instances of {Matter.Inventor 1 through 10.City}. Afterwards, I'll go through and edit the empty space out if I ended up having less than 10 inventors.
Is there an easier and more sophisticated approach to take? Apologies if this has already been asked before.
Thanks,
Noah.