Hi, If you have a look at this post, including the comments/screenshots, it explains how to test if the form is Reader Enabled in the JavaScript Console: http://assure.ly/etkFNU.I have tried this in a button click event:var oDoc = event.target; var vTest = oDoc.appRightsValidate({}, 2, true);if (vTe...