Let me try to explain it this way. If the user submits the form via http
submit button using Reader or Acrobat, the php returns a new pdf with a
confirmation notice - e.g. "thank you for submitting the form". So when
the user closes the response pdf, the original form is there for them to
print if they want. However, when used in a browser, the response
document comes back as an html and replaces the pdf window so the user
cannot go back and print the filled out form. Is there a way to have the
...