I have an app connected to a SharePoint List where a person selects a numerical value using combo box. After they have made their selections, the use a "Next Button" to advance to the next page. Each page has a unique form, but it all writes to the same SharePoint List.

There are a total of 6 pages and on the sixth page, there is a submit button that patches all the forms and writes to the SharePoint List. In that SharePoint List there are 6 calculated columns that aggregate their selections from each page for total score.
Is there a way that upon the user hitting the submit button that, I can navigate to a new screen that will display the SharePoint List Calculated Columns values for the six fields that were just calculated upon submission of the data? Also, I would want to expose an edit form that would enable me to add additional data to text fields that hadn't previously been exposed to that same record?
Hopefully that makes sense.