Skip to main content
Nintex Community Menu Bar
Solved

Moving cursor on field change

  • April 2, 2018
  • 3 replies
  • 92 views

Forum|alt.badge.img+6

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.

Best answer by foo_yk

Using javascript to perform the cursor moving. Execute a rule when the field changed solved it.

 

Thank you.

3 replies

  • April 2, 2018

Hello,


 


There is not a rule currently to move the cursor around. We can change the Focus to the control we want, but there is not a way to move the mouse cursor.


 


I recommend logging this function on Ideas.K2.com to have the feature added to the product. 


Forum|alt.badge.img+6
  • Author
  • Answer
  • April 6, 2018

Using javascript to perform the cursor moving. Execute a rule when the field changed solved it.

 

Thank you.


  • April 9, 2018

Dear foo_yk,

 

Can you share how to solution javascript? 

 

Thank you,

Gs