The adminstrative area is labelled "County" and I'd like to change it to something like "State/Province/County", but can't see any way to do it - is it hidden somewhere?
The adminstrative area is labelled "County" and I'd like to change it to something like "State/Province/County", but can't see any way to do it - is it hidden somewhere?
Comments
Comment #1
amarcus commentedYou can make that change everywhere the field appears in the backend for submitted addresses, using the addressfield_tokens configuration form.
But in order to change the name within the address form, you're going to need to use a form alter hook. The names of each of the form elements are generated in address.inc within the addressfield module, and are dependent on country.
Comment #2
markie commentedSee comment #1.