using jQuery here, however unable to prevent numbers from being typed into the input field
http://codepen.io/leongaban/pen/owbjg
Input
If your form is PHP based, it would work this way within your "
'onkeypress' => 'return /[a-z 0-9]/i.test(event.key)',