After reading the different threads on this issue, I am still stumped.
I have designed a wholesale web site.
Client logs in and create account I need the following.
Change Fax Number to Tax ID Number and make it a required field.
Yes, I have made these changes includes/languages/yourtemplate/english.php
define('ENTRY_FAX_NUMBER', Tax ID Number:');
define('ENTRY_FAX_NUMBER_ERROR', 'Please enter your Tax ID Number');
define('ENTRY_FAX_NUMBER_TEXT', '*');
But, when Tax ID Number on the create account page is skipped A error message does not appear.
Yes, includes/modules/yourtemplate/create_account.php ; I believe is where a code is inserted.
Any suggestions



