Forum Moderators: open
<input type="text" size="5">
that would give a text field that is 5 characters in length, but it will let you put more then 5 characters in it. I can just use Javascript and check the length and say it's not the right size, but I don't want them to even be able to put in 5 characters. Also, this could be extra, I would like to keep track of how many are already there and when it hits 5 jump to the next field on the screen.
I can always just use Javascript to do this, but I don't want to wait until they input and leave the field. I'm picky.
Thanks again everyone