- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I gave the pdf template as reference to the xfaform variable. So, whenI navigate for companyname in the xpath expression, it is taking thatpath.
You might be able to drill down to the node you want in the xPath builder, it doesn't mean that the xPath is going to work based on the data you will receive. You need to make sure you send xdp data otherwise the xPath won't work.
The Submit by Email button doesn't submit xdp data. It just send xml. The difference is that xdp data wraps the xml with the xdp/datasets/data tags. That what you see when you drill down using the xPath builder for a xfaForm variable.
I think you have two options:
1- Use a normal submit button, set the submit data to XDP data and the submit url would use the MAILTO protocol.
2- Have a xml input variable and change your XPath to match the structure of the xml your going to receive.
Jasmin
Views
Replies
Total Likes