Linking Variables Between Pages of the Same Site

Hi! I am a beginner to the wix code. I want to get the user input on one page so that I can display the text on a final page. I assigned a variable to the value of the user input. But when I went to use the variable on the final page, it said that the variable is not a valid sector. Please help.

You can persist values by using the wix-storage API . Use either session or local (permanent) depending on your requirements. Once the final page has been submited, you can then clear the stored values.