Resolved! Issue with making List Collector(Glide list) fields readOnly in variable editor
I am trying to make all variables readOnly in the variable editor. To achieve this, I used the following approach: Used the method: g_form.setVariablesReadOnly(true); in an onLoad client script. All fields became read-only but not the Glide List (Lis...