I have a html form with three inputs for phone number input. I want a cursor to move to next input after the current one is filled.
Like you entered 3 digits in first box than cursor moves to second and after it is filled moves to 3rd.
Is it possible to accomplish this without javascript?