Is there anyway of creating a text link, that when you click on a word it will link to a multi-state box on another page and open a particular state?
Yes this is possible!
What you will need is:
- Wix-Storage-API
- Wix-Location-API
Why you need —> Wix-Location?
https://www.wix.com/velo/reference/wix-location/to
-
What for do you need Wix-Storage?
With the help of → wix-storage you can save data local and transfer it to another page, or better sayed lod the saved data if needed.
https://www.wix.com/velo/reference/wix-storage -
On your END-PAGE you create a function, which will start emmidiately after page is loaded. This function then will take the stored value in the wix-storage and will for example open the right state of your STATE-BOX.