Answered
Cursor focus in first form field
I have Adobe Acrobat Pro XI. How do I make the cursor appear in the first form field when the document is opened?
I have Adobe Acrobat Pro XI. How do I make the cursor appear in the first form field when the document is opened?
Let's say the field is called "Text1". Go to Tools - JavaScript - Document JavaScripts and add a new script (let's call it "load") with this code:
this.getField("Text1").setFocus();
Click OK, save the file and you're done.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.