Skip to content

Instantly share code, notes, and snippets.

@technosailor
Created September 5, 2012 20:23
Show Gist options
  • Save technosailor/3644109 to your computer and use it in GitHub Desktop.
Save technosailor/3644109 to your computer and use it in GitHub Desktop.
HTML5 U.S. Zip Code/Canadian Postal code Validation
<input class="lead-zip full-wide" title="U.S. or Canadian Zip or Postal code is required" pattern="(\d{5}([\-]\d{4})?)|[A-Za-z][0-9][A-Za-z] [0-9][A-Za-z][0-9]" type="text" name="lead-zip" placeholder="Zip Code *" required />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment