I have a dynamic page that displays information from form submissions (connected to dataset A). One of the input fields is “Name”
I want to add a button to that page that redirects me to another Form (connected to dataset B) and at the same time transfer the value of the Name Field on Form A to the Name Field on Form B that is connected to dataset B.
Hi,
You can use the wix-storage.Storage API to store data either by session or permanently. The data could then be accessed from whatever pages you need.
Good luck,
Yisrael
Hi All,
I had the same issue and finally figured out how to pass data between pages. For those that need help, here is a step-by-step example on how to use the wix-storage API .
Good luck!
Ben