I am an advanced Designer user. I use a submit button to send form XML
to a server - all fine. The issue I have is that the XML needs to be in
a specific format to fit in with a specific schema), not just the
standard form fields.So....Is there any way to use javascript on the
form to modify the XML before it is sent using the XML submit button?I
realize that it would be possible to "post-process" the XML by using a
program at the server to transform the XML to the format I need after it
has bee...