The current zipcode field in the aMember signup and database is 8 digits. Many companies and universities route using 10 digits (90006-1234). How can I change the field length in the zip code field? Note: I checked the field in MySQL Admin and it is set to 255 characters. I found the place in the template profile.html which increased the editable field when an admin checks an existing record, from 8 to 10 characters, so that is fixed. And I edited similarly I think it was signup.html, but the signup form is still at 9 digits and I need 10. I guess all I need to know is which file controls the zip display length for initial signup.