Storing a Value from an HTML element input and Passing that Value as a Query Parameter to the Next Page.


So I am attempting to store the value of the input ( location bar) but it will not allow me as the wix console does not recognize the value of the html text input (not a wix input). Is there anyway that I can store the value so it can be used in other pages as a query parameter?

1 Like

Have a look at using the HTML Component here.
https://www.wix.com/corvid/reference/$w.HtmlComponent.html

The use Wix Storage to store it in memory and get it from memory again when you want it to be used in your data query.
https://www.wix.com/corvid/reference/wix-storage.html