I am testing a portion of my form which allows a user to select a value from a drop down menu (1-9). The value that the user chooses creates that many subform instances below the DDM. The following code is located in the drop down menu:exit and it works correctly:var numStr = this.rawValue;for (var ...