Only when I go Forms->Manage Form Data->import data and select the xml
file, the form will then be auto-populated.When I edit the xml file like
adding field input, the form is not automatically populated with the
updates when opened.I need to import data and select the updated xml
file then the changes is updated in the form.Can the form fields get
auto-populated with session or request objects? For example, I retrieved
the name, company name etc in the http request objectsand populated the
adob...