prazim Posted August 8, 2008 Posted August 8, 2008 I can't find which php file I need to edit to rename the field "post code" to zipcode. Autofill doesn't recognize the term "post code" and it isn't the term typically used in the US for postal code. many thanks, Sue
speed777 Posted August 11, 2008 Posted August 11, 2008 Look for define('ENTRY_POST_CODE' in includes/languages/english.php and change it to: define('ENTRY_POST_CODE', 'Zip Code:'); I can't find which php file I need to edit to rename the field "post code" to zipcode. Autofill doesn't recognize the term "post code" and it isn't the term typically used in the US for postal code.many thanks, Sue
Recommended Posts
Archived
This topic is now archived and is closed to further replies.