I am creating Acrobat forms from scanned paper forms used by the PTA at my school. The directory information form has 3 separate areas for the phone number (area code, prefix, and last 4 digits). The form wizard created 3 separate comb fields. I am OK with this if there is some way I can get the input to advance automatically when full instead of the user having to use the tab key or manually click into the next field. I don't especially want to create a single field for the phone number because people who fill out the form with a pen and paper (and there will be some) need to use the 3 separate areas and I don't want to have 2 versions of the same form. Can anyone help?
Thanks in advance.
One needs to set the limit of characters for the field or the size of the comb field, for this code to work.
The following function code is placed as a document level script and the function is then called by each of the comb fields or other field as needed.
For each field of a fixed length to be tabbed out after the maximum number of characters has been entered, on enters the following code into the "Custom keystroke" section on the "Format" tab for the "Custom" format option:
One only needs to replace the "Next_Field_Name" with string with the name of field to be tabbed into.
George Kaiser