Hello everyone,
I have created a form with multiple lines and want to know how I can have it auto tab to the next field as opposed to pressing the tab key often.
I am a total noob at javascript. I did find a script at
http://kb2.adobe.com/community/publishing/533/cpsid_53343.php
I did follow it, but only lets me type in one character then it moves on to the other field. I want something like that, but I want it to where it can auto tab to the next field once it reaches the max characters of the field.
I have tried to look around and cant find much. I have found a lot of scripts for adobe cycle but not using that now.
Any help really appreciated.
Thank you,
Raymond
AFNumber_Keystroke(0, 0, 0, 0, "", true);
This code can removed and the field will accept any input or you can write your own keystroke validation code.
George Kaiser