Text link to multi state box on different page to text

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:

  1. Wix-Storage-API
  2. Wix-Location-API

Why you need —> Wix-Location?
https://www.wix.com/velo/reference/wix-location/to

  1. 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

  2. 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.