How can I get user’s poll answers?

I have a site with form, which user have to complete. After completing the form user clicks “Send Data” button. the “data” variable is an object into which all information from the form is written. How can I get variable data from which user? The best way for me – to create a result.html page and write “data” value there, but how?