Dear all,
I have 2 text field, text field A and text field B.
Text field A max length 10 chaaracter.
Whenever text field A contain up to 10 character, i want the cursor move to text field b automatically.
Is there any method can achieve this without using javascript?
Currently i using a rule when text field A contain up to 10 character, focus on text field B. However, it will focus only when i click on somewhere on the form.
Thank you.