New Hampshire zip codes begin with a zero (03246, 03110, etc). The zip code field appears to be of type int, which strips off the leading zero and gives you an invalid zip code. I think this field type should be a varchar for this reason, and would then support 5+4 zip codes.

Comments?

Comments

rconstantine’s picture

Agreed. Will fix as soon as I can (which probably won't be for a while).

For any who might try to roll a patch before I get to this, changing field definitions in CCK is not easy. See the install file for past fixes as examples.

rconstantine’s picture

BTW, you should be using the dev version. If you just recently installed this, I'd suggest uninstalling/reinstalling rather then upgrading as some people have had issues doing that and we haven't nailed down the problem yet.

rconstantine’s picture

Status: Active » Closed (duplicate)

Wait a minute. This was fixed months ago in dev.