0 Replies Latest reply on Sep 4, 2007 1:16 PM by akwatters

    How not to lose data in a partially completed form?

    akwatters

      What is the best way to prevent the fields in a partially completed form from being lost when you navigate to another page complete an action on the other page and then go back to the original page?

      The context is:
      When adding a new user the administrator chooses to add a new company, after adding the company on a different page the system re-displays the add a new user page and we want to show the details of the new user as added so far.

      I'm wondering if it is best to use a conversational state? A stateful page flow? Any pointers in the right direction would be much appreciated.