![]() |
Phone Validation
I would like to write a javascript function to validate phone numbers on the registration page.
Does anyone know where I can find the phone <input> so that I can add an "onBlur()" and where the correspoding header area is that I could write the javascript function for the validation? |
Re: Phone Validation
It's in skin1/main/register_contact_info.tpl
Code:
<INPUT type="text" id="phone" name="phone" size="32" maxlength="32" value="{$userinfo.phone}"> |
All times are GMT -8. The time now is 06:33 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.