I was wondering if there is any way to notify a user in adobe reader that a pdf form has been submitted to the server? I am submitting a normal http/html form to a php script no big deal, straight forward, but there seems to be a big "black hole" in documentation, forums etc. as to what happens when the form is submitted.
Isn't there a way to trigger a javascript alert after I have submitted a form?? I dont't want to return another pdf that says "thank you", that is a bit tacky. I am very new to pdf forms so I am guessing there must be a way to return FDF to the original document that has some javascript in it that is executed eg alert('thank you for your feedback!')..
This should really be straight forward, I assumed Adobes much hyped PDF technology was much more developer freindly and accessible..
Any ideas?? (Oh and please don't ask why I am using pdf forms and not the web, this is coming from "The Top", so as a developer I just have to do it..)