Skip navigation
rramos00002
Currently Being Moderated

How do you warp around two or more fields?

Mar 29, 2012 8:19 AM

Tags: #acrobat_10_pro

I have a document with several fields but want to set a wrap around so I dont's have to jump to each field individually.

 
Replies
  • Currently Being Moderated
    Mar 29, 2012 10:08 AM   in reply to rramos00002

    You can use the "setFocus" method in the "On Blur" action to direct to the other field or you can set the specific tabbing order.

     

    If the fields have a fixed length and the inputted data is always that length, then you can write function to check the length of the entered text and last keystroke and if that is maximum number of characters allowed, then use the 'setFocus' method to jump to the next field.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (1)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points