Use a dropdown value to promt further instructions

Hi i wonder if it is possible to use a dropdown value from a user input and use code to show that value again without saving the value to a collection.

Essentially, gathering the value for the duration of the visit on that page (possibly local storage or something) so that it can be used as a systematic reminder of a previous user input choice?

Thanks
Adam

You can look at taking the dropdown value and saving it into Wix Storage as you have said. Then you can simply recall it where and when you want or need it.
https://www.wix.com/corvid/reference/wix-storage.html

many thanks