Difference between revisions of "Phone Number Field Validation"

From SmartWiki
Jump to: navigation, search
 
Line 13: Line 13:
 
[[Image:Phone.png]]
 
[[Image:Phone.png]]
  
[[Category:System Management]][[Category:Browser Scripts]]
+
[[Category:System Management]][[Category:Browser Scripts]][[Category:Custom Fields]]

Revision as of 16:13, 17 December 2007

Validating Phone Number Custom Fields

Custom validation and format for phone number custom fields.

The following functions are available to apply custom validation and format for phone number fields:

  • Javascript Validation - isPhoneStr(@value@,'XXX-XXX-XXXX')
  • HTML Tag - onchange="this.value=convertPhoneStr(this.value,'XXX-XXX-XXXX')"

Multiple validations can be used by using the OR operator - isPhoneStr(@value@,'XXX-XXX-XXXX') OR isPhoneStr(@value@,'X-XXX-XXX-XXXX')

Phone.png