Fetch form data on next page

0
Hi, I want to display/print all the fields inputs on the new page that I have entered on the last page. Also where I can see the stored values which I have entered in the form fields? Please help!
asked
1 answers
0

If you haven't committed the values to your database yet, they will be in memory. Showing the object from memory (over association / by passing the object in question to the next page) should show the input.

answered