Avatar

Level 10

When I hit the submit button, I get the following xml as an attachment to the email:

<?xml version="1.0" encoding="UTF-8"?>
<xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">

<purchaseOrder>

<general>

<poNum/>

<poDate/>

</general>

<order>

<companyName>aaaaa</companyName>

<address/>

<city>bbbbb</city>

...

this xPath wouldn't work for sure since there's no data/xdp/datasets/data node:

/process_data/inputdoc/object/data/xdp/datasets/data/purchaseOrder/order/companyName

Am I missing anything?

Jasmin