I have adobe acrobat pro and livecycle. I have been trying to use either. I know java and C++ but have never used javascript.I would like the user of the form to fill the field out with one character and it auto tab to the next field.The code I put was based on examples I had found online. I have li...
I want to place the javascript in the change field, correct?I have triedvar f1 = this.getField();if (f1.length == 1){f1 = _2_3.getField();}_2_3 is the name of the next text boxthis still does not workAny help?