I am building a public-facing Client Application form. After the client finishes completing their application, I'd like to provide them a final confirmation page where they can review the info they've input and make changes if necessary, before hitting the Submit button. My big obstacle in doing this is that variables can be used only once within a form. Here is what I've tried to so far and why it's not working:
1) Split out the Client Application and the Client Application Confirmation page into two separate forms, so that I can re-use variables from the Application in the Confirmation. Downside: there doesn't appear to be a way within the Business Process or within Workflow, to actually take the client from one page to the next.
2) Use the Calculation option to feed Application field values into the the Confirmation page values. Downside: Calculation cannot be used for all field types.
Any suggestions? There is probably an easy way to do this, since Confirmation pages are pretty standard these days. Perhaps there is a solution with JavaScript, but I am not very familiar with JavaScript, although I have a co-worker who is. He would need some basic pointers of how to do this in Forms however. Help please! and thanks.