Can anyone help with this problem. I have applied Adobe Reader Usage Rights using Acrobat 8 to a form but when pressing the submit button a pop up appears telling me that I need Reader 8 to submit the form. This form will be used throughout a large company and I believe that most people are unlikely to have Reader 8. Is there a way around this? Can the usage rights be applied so that the form can be submitted using an earlier version of Reader?
Many Thanks
if (app.vewerVersion < 8) {
app.alert("You must have Adobe Reader 8.0 or later to open this document.\n\nGet the latest Adobe Reader at [url=http://www.adobe.com/products/acrobat/readstep2.php"]http://www.adobe.com/products/acrobat/readstep2.php"[/url], 2 ,2)
this.closeDoc(true)
This code will instruct users on where to update their version of Adobe Reader.
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.