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?