I am trying to create a form in which the submit button allows users to email both the PDF and the XML back to us. We are interested in both formats because we want them to be able to attach a file (requiring that we use the format="pdf") but want to also store the information collected in the form in a database (format = "xml").
Is there a way to attach both formats to the email? Or is there a workaround? Thanks!!!
George Kaiser