HiI have an adaptive form whereby we would like to update the field titles (jcr:title) dynamically (as in at initialise time). I have attached a simple piece of javascript to the initialisation expressionthis.setAttribute("Some other title for this field", "jcr:title")This works brilliantly for a Gu...