I was interested in a comment thread on the Acrobat "Submit a Form" page at http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS3593E0A4-C5E2-4cde-A09E-2A984346DDD2.w.php (around Oct. 27 - 28, 2009) in which David Offutt asked how to have an Application Alert after a Required Fields check to tell the person submitting the form that the form has been submitted.
The moderator suggested posting the question to one of the Acrobat Users forums, but I have not been able to find it via a search of the forums or a browse on the forums from around that time frame (Oct / Nov 2009).
Can anyone direct me to this thread and/or assist me in how to accomplish this. I have a form in which I would like the individual to be notified (after the form has been checked as complete and the form has actually been submitted to me) that the form has been submitted.
I am using Acrobat 9.X only - not any other products.
Thanks - Lynda
If the latter, then it's very simple. Simply use the app.alert() method in your code. For example:
app.alert("You did not fill in all of the required fields.");
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com