Just figured out the answer myself. The issue was one of the questions being filled in was a Yes/No radio button that had "xfa.host.resetData" command in it. So every time that radio button is clicked, the resetData function would clear out the fields in that section, and then of course everywhere else because of the global data binding. I removed the resetData function, and problem solved.