given a entry / form id is there an easy way to display entry data as it is displayed when you access it in the backend? I'm trying to set up a page that gets the current user, checks if they've requested certain form data, and if they have it displays the data from each form they've requested. I have a list of form id's, but dont have a good way of displaying that data.
I noticed theres a print-entry.php and that displays a single entry pretty close to what I want. If I could just get that data into my front end page easily it would be awesome.