Hey Sanford Whiteman This solution, http://codepen.io/figureone/pen/JKzjvE/?editors=0010 , works great! It is very extensible. If I wanted to add in the corporate email validation (ie no gmail, hotmail etc..) would I be able to work it in? I am struggling with the pattern, can I include a series of strings? Maybe I am trying to put square peg in a round hole field: 'Email', pattern: /[0-9]/, predicate: false, message: 'Must use a corporate email address', Any help would be greatly appreciated! Thanks, Jason
... View more