Tranfering dropdown data to another page

Greetings,

I have build this website on which I have placed a dropdown box and a button that lands to “contact us” page.

On the contuct us page there is a form with a submit button.

What I need is to connect this data from the dropdown box (user’s selection) to the “contact us” text box where the user puts his information - questions and submits them.

Any suggestion?

Hello.

You can get dropdown value then use storage, session or local API here: ttps://www.wix.com/code/reference/wix-storage.Storage.html

Refer to this Forum discussion for a sample implementation: How to pass data from one page to another

Good luck!