Importing Text from Multiline input to another multiline input in different page

I am new to Bubble and am loving it. As I encounter issues that I cannot find currently in docs or in forum I am going to ask you guys for help.

What I am trying to do is when a button is clicked it will prompt some elements on the same page to import text from elements on a different page. How can I do this?

Well your app only has one page opened at a time, so you can’t get elements directly from another page. What you can do though, is save the text on the first page into a thing, and then retrieve that thing in the new page.