Update adaptive form jcr:title dynamically | Community
Skip to main content
New Participant
August 24, 2017

Update adaptive form jcr:title dynamically

  • August 24, 2017
  • 1 reply
  • 1194 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
New Participant
August 24, 2017

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

New Participant
August 24, 2017

The form HTML is being accessed essentially as:-

   http://localhost:4503/content/dam/formsanddocuments/TestForm?wcmmode=disabled&alternativeContentSwitch=true

with the http parameter `alternativeContentSwitch` being used within the init expression to drive one of two different contents for labels