Have a problem on text field

my problem.rp (47.6 KB)
hi all
I have a problem in text field options.
I have four text field.
I want to focus on the next text field when the fourth number is written in the first text field
can I do that?:neutral_face:

Yep, you can do that… You’ll want the logic onTextChange, and say when the length equals 4 move focus in the next field. See attached…

yourproblem.rp (47.8 KB)

thanks.
that was helpfully