I have 6 textboxes that I want to use for password validation.
How can I:
limit the number of characters the user can enter into each password field to X-characters; and
ensure that text that are being entered into each field automatically flow into the next input field?
Thank you.