Hi,
I want a form with text area component to set a value dynamically.
I achieve this using advanced logic with javascript ( value=data.variableName).
I set also the variables inside to the collection.
My problem is that the text appears correctly to the form but , i cant edit it( in case that the user want to change anything to the text).
Generally the variable name selected depends on the selection of the drop down menu, in case that the user select option A , then text field show the variable A, if select option B select variable B.
Do you have any suggestions to solve this issue?
Thank you