How do I write a script that will cirulate within a few fields?
So say I want to tab from textField1 to textField2 and then to textField3 and finally to textfield4 I hit the TAB key each time but what I need is if I hit ENTER in textField3, I want to return to textField1. Could somebody please assist me with the code for this? I have tried using event.keyCode but that doesn't exist in Forms Designer dropdowns options and if I use it anyway it doesn't work.
Please advise.
Thanks.
You can also use setFocus on change event. It really depends on the number of characters in the field (it is better when it is fixed and you can determine that).