Search code examples
inputuppercase

Input form name and surname with first letter uppercase


I have the code:

<input required="required" type="text" class="inp" name="nume" size="30" style="text-align: center" placeholder="Introdu aici numele t&#259;u">

The user will introduce his name on a tablet and I want the name and surname introduced in the field to be with first letters Uppercase. Is that possible? I searched but nothing solid so far.

Cheers and thank you!


Solution

  • I am not sure to have understood your question, do you want to force user to introduce names with the first capital uppercase?