I've created a form that invites a user to input their name, email, phone, postal address. When they click the submit button, the data is sent to a php file and emailed to a recipient, while the form rolls over to a confirmation page, providing feedback to the user that the form was submitted successfully.

So far so good, this all works

What I would like to do is customise the confirmation page with the users inputed data. How do I have the input text of one field appear as static text in the next frame?