Using user choices throughout website

i am wondering how to carry user input to different pages on my site? i have an item displayed as a dynamic page , so product A for example. product A is shown, i then have a customize option, so i want to know if its possible or how to implement it, so that when a user selects a button, they will be redirected to a different page, with product A being the item to be customized.
As well if any way to store these user choices throughout their journey on the site which can then be sent through a form done behind the scenes, when a user presses a button.
thanks for the help!

You can either try using Wix Storage for page to page:
https://www.wix.com/corvid/reference/wix-storage.html

You can try Wix Window Lightbox Get Content for page to lightbox or lightbox to page:
https://www.wix.com/corvid/reference/wix-window.lightbox.html

thanks @givemeawhisky ,

so using the wix storage method, i would use the getItem on, for example the dropdown choice the user has chosen, then on the next page i would then import this through the session?

thanks again