Avatar

Level 4

Hi,

I have stand-alone form PDF file, reader-extended, I open it with Reader-X,

and I have a piece of javascript behind a button on the form that calls the importData() method,

to import a XML data file.

say, my form has 6 fields: a, b, c, x, y, z

and the XML file has data in a, b, c, d, e, f

it appears that after the importData() call, my form fields a, b, c got populated with data from the XML file,

but the fields x, y, z got wiped out at the same time.  they become "null".

Is it supposed to work like that?

or maybe I have done something wrong?

If it's supposed to work that way, is there a way to keep the data in x, y, z after the importData() call?

is there another method that I can use to keep the original data in x, y, z?

thanks