I have a form with two text fields,(first name/last name). I would like the forms to format those fields with the first letter entered as a capital.
Solved! Go to Solution.
You can achieve this by using custom css. please look at below step.
Please let me know if it doesn't work.
Thanks,
Shirin
@Shirin It's perfectly works.
I tried out the same
Beautiful gif!
Thank you for this solution. Works great!!
I thought the same thing!
Thank you very much. Very useful. I also used this method for transformToUppercase.
I tried this for all letters to be capital but it still does turns only the first letter to capital.
Any advise?
UPDATE:
.transformToCapital {text-transform: uppercase;}
This worked great for the form. My issue is it is not pushing all caps to the SP list. However when I view the form everything is in caps.
Any advice?