Any help would be greatly appreciated. I've got a responsive form that has an attachment control. When I attach items to the form, I'm unable to see the information in the XML NFFormData.
Printing the results out I get:
Form Data = <?xml version="1.0" encoding="utf-8"?><FormVariables><Version /><ProjectCode /><Attachments type="System.String"></Attachments></FormVariables>
Although there are 2 items attached.
Also it seems strange that only one of my fields is listed (ProjectCode) when the form has about 20 fields.