Contributions
Customer Account Creation State Abbreviation
When a user enters a state, they must enter the entire state name or else an error occurs.
This is not usual in the US, where the more common practice is to enter the abbreviation.
I've changed the code so that now they may enter either, i.e. California OR CA are both acceptable.
This only changes one file- create_account_process.php
Simply replace the current version with this one.
To find the changed in the code simply search for "DCook".
| Dale Cook | 17 Feb 2003 |
When a user enters a state, they must enter the entire state name or else an error occurs.
This is not usual in the US, where the more common practice is to enter the abbreviation.
I've changed the code so that now they may enter either, i.e. California OR CA are both acceptable.
This only changes one file- create_account_process.php
Simply replace the current version with this one.
To find the changed in the code simply search for "DCook".
Note: Contributions are used at own risk.
