Hi
In the form->programming there is a place to define global variables called “attributes”. I cannot find an example of how you do this. If I create an attribute and call it my_global then try to reference it by $my_global elsewhere it is only local. If I use [my_global] then I have to access the list of globals and define it as a session / get / post etc and it would work in all events anyway. Am I missing something??
Thanks