Posts by Xuito • 1 point
1 post
-
-4
votes4
answers10471
viewsA: How to capitalize the first letter of each word?
You can do it using Javascript... this way: <script type="text/javascript" language="Javascript"> function capitalize(campoFormulario) { var string =…