X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Phone Validation (https://forum.x-cart.com/showthread.php?t=27020)

greenbaynet 11-30-2006 12:43 PM

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?

PhilJ 11-30-2006 01:10 PM

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.