In nuBuilder, I have a subform that contains a button and a textarea field named
textareasubform
. When I click the button, it opens a popup which contains another textarea field named textareapopup
, along with a button labeled "Copy Textareapopup".The purpose of this button is to copy the content of
textareapopup
from the popup back into the textareasubform
field in the subform.How can you do that ? Is subform is considered as a child of the parent form ?
Thank you very much for your help!
Yves