Guest Posted October 9, 2002 Posted October 9, 2002 I am a "new commer(ce)", I am trying to customise the user registration form, and add some new boxes - for example "hobby" after "Date of Birth", or change some label to UK format, "State" to "County". Can anyone help? Thanks in advance. LJ
♥olby Posted October 9, 2002 Posted October 9, 2002 In catalog/application_top.php you can take one or more of the on/off fields into alternative use if you dont use them: define('ACCOUNT_COMPANY', 'true'); Changing the labels can be done in: catalog/includes/language/english.php define('ENTRY_COMPANY', 'Company Name:'); define('ENTRY_COMPANY_ERROR', ' <small><font color="#AABBDD">required</font></small>'); define('ENTRY_COMPANY_TEXT', ' <small><font color="#AABBDD">required</font></small>'); Adding extra fields beyond that takes a little more programming and changes in DB. Best Regards olby
Recommended Posts
Archived
This topic is now archived and is closed to further replies.