Forum Discussion
SalomDesanges-c
7 years agoCommunity Member
Storyline text entry : All caps/Uppercase
  Hi there ! 
 I am working on a project with a lot of Text Entries, many of them are product references (which are written in capital letter only).  I know how to use the == (ignore case) condition t...
JenniferMcCo115
4 years agoCommunity Member
Hello! I tried William's code and it worked for me, but I actually need the learner to enter their first and last name for use in a certificate and I'd like for it format both names with a capital letter. Does anyone know or have a code snippet for changing the text entry value to title case? Thank you!
WilliamJohns656
4 years agoCommunity Member
I haven't tried it, but you could try swapping "toUpperCase" to a function called "toTitleCase". See this article: https://stackoverflow.com/questions/196972/convert-string-to-title-case-with-javascript .
Related Content
- 10 years ago
- 9 months ago
- 10 months ago