Ok so I followed this tutorial to get the PDF submitting to HTML but it seems like a backwards way to do it.
http://koivi.com/fill-pdf-form-fields/tutorial.php
I would like to submit the data as XML so I can then easily map it to a model.
The Adobe documentation is probably the worse I've ever seen. I followed the submit button documentation but that doesn't tell me anything. What exactly is getting passed to the server?

What POST parameter am I looking for? What name? What does it look like. These questions seem basic but I don't see it anywhere. Thanks.
var_dump($_REQUEST),var_dump(file_get_contents('php://input'))etc... – Marc B Sep 9 '11 at 15:01