Hi Guys,
As part of an internal project, we wanted to change the mouse-over text for certain fields on our form. We found the simplest little piece of JavaScript to do this that you can paste into the OnLoad event of your form:
crmForm.all.YOURFIELDNAME.title = "Your Desired Text"
Simplest scripts are the best!
Thanks
No comments:
Post a Comment