I can write a javascript function to check for length of the string in the text box and when the limit is reached, I can focus to the next text box.
But, as the text boxes are created dynamically using logic:iterate, how can i access the second text box, as I dont have any identifier for that text box.