Hi all.

I am making a wizard, and i want to use the last page to sum up all the information. But I cant get it to work.

I use registerField() to "collect" the data, but I cant get the data from the field unless I override the accept() function. i.e I can only get the data when the user pushes the finished button...

Some how I have to get all the user data without using the accept funktion.

The idea is that the user should verify all inputed data on the last page, if there is a error the user should be able to pres the back button and correct the error.

How can I do this?