next up previous contents
Next: Conglomeration Up: Special Concerns Previous: Regarding Values from Fieldspaces   Contents

Data Propagation

Be aware that data propagates in a chain. If a programmer has a multipart form, then any page that a user could get to must include the fieldspace of concern or the data will be lost. Help pages generally present a challenge to interface design for this reason.

The other option, of course, is to store off the data and reload, this, however, is not preferred unless one is going to break from the form for more than a page or two.