Hi,I have a dynamic form which have two subforms with instanceManagers.
One is called options, and other is description. Subform "options" has a
button which adds an instance to both InstanceManagers "_options" and
"_description". I click the button two times so i have three instances
of each. Each "_options" instance has a field OPTION, and each
"_description" instance has a field DESCRIPTION. I would like to write a
code which will automatically set the text value of OPTION to text value
of DE...