Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Update adaptive form jcr:title dynamically

Avatar

Level 1

Hi

I 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 expression

this.setAttribute("Some other title for this field", "jcr:title")

This works brilliantly for a GuideTextBox and when the form is rendered it shows the field title change but it doesn't work for a GuideRadioButton.

Does anyone have any thoughts on why this would be or maybe a better way on achieving this kind of functionality?

2 Replies

Avatar

Level 10

Is this form not a node in the AEM JCR? Can you not update it with JCR API.