Hi,
I'm trying to populate a read-only text field with text from another field. What I'd like is to have an option to add text to one spot that will update another field with new information, that can be used repeatedly to create a growing list of info in the read-only field.
Is this at all possible?
Thanks,
Martha
this.getField('field name 1').value = this.getField('field name 2').value
which worked beautifully, however I now need it to keep the original text, allowing the user to add more text and creating an ongoing list of text as its added.
I'm ridiculously new at this, so any insight is welcome.
Martha