I'm using a .csv file to loop through and insert names into a form. I would also like to extract that name that was just entered into the form. That way, when I extract the result on the next page, I can have a column with the name and a corresponding column with the result. (Unfortunately, the result page doesn't give the intial name input, otherwise it would be easier.)
Here is my line for inputting the name:
TAG POS=1 TYPE=TEXTAREA FORM=ID:formControl ATTR=ID:RC_TermsItem_InTxt CONTENT={{!COL1}}
How could I edit this to also extract the name - here represented by {{!COL1}}, which I get from the .csv file.
Thanks