View Single Post
  #19  
Old 05-27-2007, 09:22 AM
  just_me's Avatar 
just_me just_me is offline
 

Advanced Member
  
Join Date: Oct 2005
Location: Spain
Posts: 69
 

Default Re: Capitalise First Letters in Customer Info

heh, neat mod. I got it working in conrtact.php but not in the rest.

I have a copybilling mod that also uses onChange function in register_personal_info.tpl
This is my code:
Code:
<INPUT type="text" id="firstname" name="firstname" size="32" maxlength="32" value="{$userinfo.firstname}"onChange="populateProfile(); Proper(this); return true;">

Anyone know how to properly combine the two actions for onChange?
__________________
Cordially,
Just me
X-Cart Gold
Version 4.2.3
Multilingual shop: Spanish, French and US English
Reply With Quote