Displaying data to user upon form submission

Displaying data to user upon form submission

I've created a form via ZOHO creator which appears to be working well, but the feedback we've received is that users would like to be able to review the data they've entered as a confirmation, once it's been submitted. For instance, once the form has been submitted, it'd be great if the data would be displayed so that the user could print or download a PDF of the entries they'd made?
 
I know that I can have the form, upon submission, redirect the user to an HTML view, and that said HTML view can reference a record view to display data, but it's not clear how I can get that record view to display only a SINGLE record, and, more importantly, display the specific record which the user just entered?
 
Thanks in advance for any advice.