Again - without spaces between the tags (same for the quotes btw):
Here is my /catalog/includes/languages/english/extra_definitions/additional_customers_fields_create_account.php
PHP Code:
$additional_customers_fields_form_create_account_pull_down_title['customers_age'] = array('Sales Representative: ');
$additional_customers_fields_form_create_account_pull_down_content['customers_age'] = array('None', 'Mel Kimmel', 'Boyd Thomas');
and here is my /catalog/includes/languages/english/extra_definitions/additional_customers_fields_account_edit.php
PHP Code:
$additional_customers_fields_form_account_edit_pull_down_title['customers_age'] = array('Sales Representative: ');
$additional_customers_fields_form_account_edit_pull_down_content['customers_age'] = array('None', 'Mel Kimmel', 'Boyd Thomas');
And the rest ... ? What does it say in both template files between // Additional customers fields and // End of additional customers fields paragraph ?