View Single Post
  #2  
Old 03-11-2003, 09:30 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

I am assuming that you haven't changed the name of the field in the database but on on the customer facing stuff/language file.

Change the <input type=text name=pet_name size=32 maxlength=32 value="{$userinfo.pet_name}">
to
<input type=text name=ssn size=32 maxlength=32 value="{$userinfo.ssn}">

and all should work with all the existing code taking the value from ssn and putting it into the right place in the database and then displaying it again.
__________________
ex x-cart guru
Reply With Quote