I have a fillable from which i have created and would like in certain areas for the curcor to jump to the next field without having to hit tab. Phone number is a perfect example: area code (limited to 3 character) auto jump to prefix......and so on. I could use it in a few areas such as social security # and date.
Thanks for any help!
You would have to evaluate the input in the Keystroke event, and when full set the focus to the next field.
One thing to seriously keep in mind is that limiting the format of phone numbers to the USAn format will make the form completely unusable as soon as you get international.
Hope this can help.
Max.