Hello everyone,
In my form I have multiple textboxes and the user will automatically go to the next box after filling out the info in the first. My question is how do I prevent the cursor go to go the next textbox in the list?
So user_A types into textbox_1 and I have a check to make sure the character length is longer than 4 and if it is then move cursor to textbox_2 but if it is not then I want the cursor to stay on textbox_1 until the user types the correct amount of characters. How would I do this?
I have played with putting different things in the valid and lostfocus area of the to no luck.
Please help!
Thanks
In my form I have multiple textboxes and the user will automatically go to the next box after filling out the info in the first. My question is how do I prevent the cursor go to go the next textbox in the list?
So user_A types into textbox_1 and I have a check to make sure the character length is longer than 4 and if it is then move cursor to textbox_2 but if it is not then I want the cursor to stay on textbox_1 until the user types the correct amount of characters. How would I do this?
I have played with putting different things in the valid and lostfocus area of the to no luck.
Please help!
Thanks