I have a Form template with a metadata field "Text". The form this template is attached to has two distinct areas where text is entered. I need to capture this text into two separate metadata fields. What I have set up now is:
"Commencement" template - has one metadata field labeled "Text"
Here is my form and the two areas that text can go into:
When this form files to the Repository, I need each chunk of text to be separate so I can pull the data to insert into another file.
When I view a text instance of the form submission in the Repository, I see this in the metadata:
My question is: how do I get the text from the second text area to populate the 2nd “TEXT” box (empty box, above)?
I thought I could add the TEXT field twice in the Configure Fields area of Forms – but it isn’t an option. I’ve tried adding both field variables in the “TEXT” field but then I just get all the text in one box. Is there some sort of separator that would force some of the text into the 2nd “TEXT” metadata box in the Repository? Or am I approaching this the wrong way? My ultimate goal is for the metadata in the Repository to reflect something like this:
Thanks!