Hello,
So I have tried to change, on a Wix Site, various elements’ value. Turns out that Wix has some sort of protection system that doesn’t allow to change content and make it readable by the Site’s code. What I mean is, that when I have for example an input that has already the value set to something, when I try to change the value using a script that runs for instance on the console, it does change it visually but the page does not detect the change. And also, when the input gets out of focus, the value resets to the previous one.
It is still possible to click on buttons and read content using a script.
So, is there a way of bypassing or maybe disabling that? Just out of curiosity…
Since this is related to Wix Code I’ll add the tag #WixCode .