Auto tab to the next text field (help)
Hello guys,
I´ve had some very basic programming a long time ago, but javascript wasn't one of them...
I have this (a form I created):

and I need to know how to make it so that once you fill in a number, it goes to the next text field on it's own.
Those are all 1 character limit text fields, let's assume they're called T1, T2, T3 (...) and so on. How do I make it so that once the first text field (T1) reaches that 1 character limit, it automatically moves me to the second (T2)? I saw some answers on the forum wich seem to explain how to do this, but I coudn't figure out wich parts of the code to change/adapt, nothing I tried worked![]()
