Well, I am creating a financial survey where each chapel is supposed to report
any outstanding debts. After they fill in their identity information, the form
asks, "Do you have a balance to add?". If they click yes, the the form branches
to a section where they describe the debt information. At then end of that
"balance section", there is a question, "Do you have another balance to add?"
If they click yes, then the form branches to another "balance section" where
they again fill in the details about any outstanding debts. Each "balance
section" asks the exact same questions. The only way I can make it work right
now is my adding "Debt#1:" to all of the first balance section, "Debt#2" to all
the questions in the next balance section.
So I need to create 25 or 30 of these same sections. I wish I didn't have to
enter "Debt#x" in front of each one (it is ugly), and I wish I didn't have to
click through all of sharepoints GUI's navigations just to repeat the sections.
It is painful, and if I am asked to make changes, it is not just one change, but
30 individual changes.