For some reason, it does not work. The rows in the table are not
dynamic, there are 6 of them. If they fill out the First Middle and Last
names (called first1 for row 1, first2 for row 2...and so on) then the
change event on the gender creates the instance of the form. This is the
code on row 1var sNewSel = this.boundItem(xfa.event.newText);switch
(sNewSel){ case "1": // Female Enrollment.firstname.rawValue =
first1.rawValue; Enrollment.middlename.rawValue = middle1.rawValue;
Enrollment.lastname...