I have a PDF form where I have set up a data connection to pull in data
from an XML file to populate drop-down menus. I'd like to submit the
form as an XML file, only when the form is completed and submitted, only
the fields that are bound by the data connection are submitted - not the
remainder of the fields in the form. There are roughly 15 other text,
radio button, and checkbox fields that don't show up in the xml file
generated by the form in Acrobat. If I remove the data connection, and
bin...