big_z Posted April 13, 2004 Posted April 13, 2004 Hello, I need to remove the telephone # requirement from the create new account page. I want the field to stay on the page, but I don't want to require that a customer give their phone number. How should I go about removing this requirement?? I have tried setting the minimum value of the field to 0 but that didn't do it.. Thanks Big Z
big_z Posted April 13, 2004 Author Posted April 13, 2004 OK i found out how to remove the requirement (just remove the 0 and leave the minimum value blank).. but now I can't seem to get rid of the red asterisk (*) that shows up beside the telephone # field.. Any suggestions?
zzfritz Posted April 13, 2004 Posted April 13, 2004 The 'required' notation is part of the define of ENTRY_TELEPHONE_NUMBER_TEXT, and you can edit it. This is found at about line 202 in includes/language/english.php. Make it look like the define of ENTRY_FAX_NUMBER_TEXT, a few lines below.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.