> > but how do i do that with soft-coded variable names when i don't know how > many DIV/sections i am going to have on a single page? or, what is the > best approach to soft-coding variable names in python to achieve that? >
Is there something unique to each form? If so, use that to construct the name. Otherwise, maybe just number them. Anthony