Hello,
I've problem with e-mail field at MSCRM. How can i set to forbid turkish special character at e-mail format.
Ex: i wanna forbid to type ğ-ü-ş-ö-ç characters by typing e-mail.
Thank you.
Hi,
You can use the KeyPress event to stop entering the characters you want.
Get the keycode of the characters and prevent them from enetring.
Have a look at the below blog:-
http://blog.customereffective.com/blog/2010/01/preventing-characters-from-being-entered-in-a-form-field.html
Hope this helps!!!
Thanks,
Prasad
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.