Jan 25th, 2010, 4:46 PM
(Jan 25th, 2010, 12:03 PM)vizzaroo Wrote: Hi Ben and Co.
Just got to say, what a wonderful web application this is. I'm an avid fan and just want to applaud you first of all for the time and effort you put into it.
I just have a quick question. When the user submits a 'submission' and it redirects to a thank you page, I was wondering, is there a way to display the user's entered data after submission on the 'Thank you' page.
i.e a recap of what they have submitted.
Any advise or direction would be greatly appreciated.
Cheers
vizz.
For what it's worth, I'd look at the following ideas:
If you want to display the data after submission then you need to bear in mind that the data (session?) will be cleared at the 'thank you' stage. Maybe, you could temporarily write the data somewhere, before bringing it back - post-'thank you'. I only suggest this as I am looking at a temporary way of remembering some user details.
Alternatively - maybe you could adapt the submission module so that it does this.
Final thought - the validation routine, does, I think do something similar by repopulating fields, so that might give you some clues.
Hope some of that helps.
Martin