How to create an event for other page on website

I was searching for this on forum, but I couldn’t find it. I would like to show textbox on one page when I click button on other page. Is that possible, using Corvid?

If you’re talking about the same device, you can use wix-storage to store the data in the browser cache or memory, and pull it when you get to the second page.
If you want to save the state for the site member even for different devices, then you should insert the data to the database and retrieve it from the database on the second page:
https://www.wix.com/corvid/reference/wix-data/save
https://www.wix.com/corvid/reference/wix-data/query