Is it possible to send an email on submission of a form WITHOUT actually sending the XML/PDF/data? In other words, a User completes a form, clicks Submit & then creates an email thanking them for submitting their details.
I know what you're thinking - what's the point of that? - well, the majority of the data in the form that I'm producing is not needed just a few pieces of the data which I can quite easily put into the body of the email.
To go the other way, I can grab the XML of the completed form using xfa.data.saveXML() and then encrypt it, but how do I then attach the encrypted data to the outgoing email INSTEAD of the original un-encrypted XML?
Thanks
Message was edited by: iamthewalrus@adobe