Trying to make my telephone number fields have a mask

My code reads like this now:
$sDayPhone = $_REQUEST[‘RESULT_TextField-7’];
$sEveningPhone = $_REQUEST[‘RESULT_TextField-8’];
$sCellPhone = $_REQUEST[‘RESULT_TextField-9’];
$sFax =$_REQUEST[‘RESULT_TextField-10’];

-----I want to make it so a mask is there for the phone numbers sort of like this: (xxx) xxx - xxxx
I searched but couldn’t find it anywhere…can someone give me a tip?

Sponsor our Newsletter | Privacy Policy | Terms of Service