Now that we're in work-from-home mode, I'm trying to convert a bunch of XFA forms to be online/email rather than print focused. The submitter might select one of several approvers, and I don't want to have to maintain the email addresses in each form. So I'm connecting to an external XML file in the same folder as the form and pulling the relevant names into a dropdown list. I then extract the email address of the selected user and plug it into the RealSubmit event. Works perfectly when I do a Preview PDF. But when I save the form in-place as a Reader Extended PDF file and open it, the dropdown list is empty. The data source path is "./filename.xml". Any ideas? Thanks!