Copy link to clipboard
Copied
I need to convert first and last names in text-entry fields to initial caps (in the event a user enters their name in all lowercase or uppercase. Having the names in initial caps will allow me to pass their names throughout the course (using variables). I have searched for a Javascript that can be used but so far I am unsuccessful as most need info put into a Head and Body. Captivate does not have that.
Is there a way to convert a users entry in a text field into initial caps?
Copy link to clipboard
Copied
I don't think there is a native function in Cp, but a quick G search shows some techniques for JavaScript.
StackOverflow and W3Schools are both good sources of programming knowledge.