I would like to know if there is a code that allows me to relate events (or commands) between two elements selected on different pages. Example: I have a button to activate on page A
When this button to activate (stay selected) you want a text or an image (for example: “done!”) To appear on page B. The event must be recorded after the page is reloaded or the member to log in again. It is possible? I’ve tried to write some code, but there are always flaws.
It is possible but the question is if you want it to be per user or per device (the solution is different (obviously).
Basically if it’s per user, you have to keep the selection in a database and get it n the second page.
If it’s per device (actually per device browser) you can use the storage (memory/browser cache) and get it on the second page. https://www.wix.com/corvid/reference/wix-storage.html