Hi, I am trying to add some custom functions to name and phone number fields. I have written the functions and saved them in a js file and added the js file to the pages. Now I am trying to add a onkeyup action to the desired fields. Not sure how I can do this. At the moment I am using the standard free edition and am looking at the Office phone number on the Create Contact page. Can anyone help?
"Field" refers to something in a database, which would be on the server. Javascript runs in the browser. Do you mean the name and phone number elements?
yes. basically I want to change ++41 to 0041 and on the names I want to change it to the correct upper and lower cases.