I've created a .pdf form which includes many types of dropdown menus,
text boxes, radio buttons, etc..All the non-radio buttons export
properly to the 'report.csv' file when using Forms>Manage Form
Data>Merge Data Files into SpreadsheetFor example, I have a customer
field that comes accross as filename.customer[0] in the 'report.csv'
file.However, all the radiobuttons come accross as
filename.RadioButtonList[#] so I don't know which radio button is being
referred to - the name is lost.In the liv...