Static Text + Prefill
I am using AEM Form 6.3. Currently, the inputs are pre-filled as described in the article with a JSON schema (Adobe Experience Manager Help | Prefill adaptive form fields ). It all works.
However, I would like to pre-populate a static text as well. The static text component has been set via "Bind Reference" as well. But the value from the incoming JSON was not displayed on it. It only displays the default value of "The text will appear here". I am trying not to use textbox as the static text has the ability to wrap itself with the href attribute, which is required in my use case as well.
Is there a way to get it to display the value from my JSON? Or is there an alternative?