Curious, when one defines an input form with max characters of say 3, and the user enters 3 characters, how can I have the cursor automatically skip to the next tab?
Most forms I have ever seen requires the user to manually tab to the next field, even when the field has been filled out (to max/required) number of characters.
I know this is a php forum, but all I use is php with html, and don't know of an html form to check out.
Regards