Forms
Phone field 
- Class name:
- Version: 1.0
This is a simple input pattern that doesn't require a CSS class. It relies on the HTML5 pattern
attribute to define the entry pattern expected for international, national or local telephone numbers.
HTML5 Plain Code
-
<p><label for="phone">Phone:</label>
-
<input type="tel" id="phone" name="phone" pattern="(\+?\d[- .]*){7,13}" title="International, national or local phone number only"/>
-
</p>
IE Backward Compatibility
In order to correct display bugs for Internet Explorer versions prior to 9, your html pages need to call the following file by Conditional Comments: