Alright, that answers my questions. Thanks. Though, now I have another
question (as I said, they've been building up lately). How can I access
a particular instance of a repeated field?For example, lets say that I'm
trying to number each teacher that people add to the form described
above. The person types the teacher's name, clicks the "Add Teacher"
button which generates another line. How would I get the second line to
be numbered "2" rather than "1" ?I've been trying something along these
lin...