I was wondering if anyone could help me with a script needed to validate a text field in a form for phone number entry. I think I'll need to use a regular expression to accomplish this. I was thinking of using 3 fields one for area code one for prefix and the last for the number. that way I can limit the first two fields to 3 numbers only and then the last to four numbers. then concatinate the fields fot my form input. Ahe right track or overcomplicating things. All help would be greatly appreciated.