capitalize first letter in Last Name text field in JavaScript
Hi All.
I would like capitalize first letter in Last Name text field. Could someone let me know how to capitalize it in JavaScript?
Thanks.
Hi All.
I would like capitalize first letter in Last Name text field. Could someone let me know how to capitalize it in JavaScript?
Thanks.
wrote...
I found online code but it works in FormCalc in exit event. I need same in JavaScript. How to convert that code
txt = Concat(Upper(Left(txt,1)), Lower(Right(txt,Len(txt)-1)))
to JavaScript? The txt field name.
Thanks.
Hi
There are 3 option to convert Excel formula to JS:
1. By creating JavaScript code corresponding to it.
2. Use Third part JQuery plugins to run Excel formules.
Link:-http://www.igniteui.com/javascript-excel-library/excel-formulas
3. Excel to JS convertor :
Link:- http://excelformulabeautifier.com/ (Choose "Formula to JavaScript")
I hope this would help you.
~kautuk
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.