View Single Post
  #1  
Old 02-25-2003, 03:11 PM
 
Blackhawk Blackhawk is offline
 

Senior Member
  
Join Date: Dec 2002
Location: United States
Posts: 101
 

Default Making the "phone number" not required on Registra

I changed the following code in register.tpl

Code:
<tr valign=middle> <td align=right>{$lng.lbl_phone}</td> <td></td> <td nowrap> <input type=text name=phone size=32 maxlength=32 value="{$userinfo.phone}"> </td> </tr>

When you register, it doesn't have the red asterisk, but still requires you to put in a phone number to get the form to accept.

There must be another change to make.. any ideas? [/code]
Reply With Quote