state and zip code

state and zip code

by Greg Smith -
Number of replies: 1
How do you add the state ("state/province") to the input fields prompted for when a new user is added at the user/editadvanced.php page (and login/signup.php page)?
it must be a simple thing, given that it is required almost universally - but, I don't see it.


Average of ratings: -
In reply to Greg Smith

Re: state and zip code

by Greg Smith -
Highly recommended suggestion:

Put state and zipcode fields in the user table.
create state and zipcode tables that are flexible
and yet comform to the rest of the moodle database
with a method for an administrator to populate
them for their situation - country.
provide an admin option to activate each.

this will keep it organized and eliminate so many
different re-inventions of the same "wheel".