Hi there I am looking for 2 things
1. Javascript function that alows the user to type only letters and/or numbers in a text field.
2. Email format validation in javascript code. I found the following but does not cover all cases user can type
^[-a-zA-Z0-9._]+\@[-a-zA-Z0-9]+\.[-a-zA-Z0-9]+(\.[-a-zA-Z0-9]+)?$
Thanks