I have an input form in which the user fills in several fields. I want to display the contents of these fields on a page right after the user hits submit. I am not sure how to call the last entered record.
Also, to further complicate the issue, there is the potential that any number between 1 and 4 rows can be created based on data entered in the form so I am not sure how to specify the number of records to call on the "review page" because it changes every time. I would appreciate any guidance/advice and would be happy to provide more details if needed.