View Single Post
  #2  
Old 09-12-2005, 08:51 PM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default

open,

skin1/help/contactus.tpl file and find the code


Code:
<INPUT type="text" id="subject" name="subject" size="32" maxlength="128" value="{$userinfo.subject}">

and replace this....

Code:
<INPUT type="text" id="subject" name="subject" size="32" maxlength="128" value="{$userinfo.state}">
Reply With Quote