Is it possible to use custom JS to set a state on a page that is recognized by a condition in Bubble?
For example, I want to hide an element on a page until some custom JS runs. Once done, I’d like this custom JS to unhide the element.
I have a condition on an element.
With custom JS can I do something like…so which will trigger the condition?
var showBackgroundImage = “yes”;