Skip to main content
grmosca56
Participant
July 29, 2016
Question

Converting text input to initial caps.

  • July 29, 2016
  • 1 reply
  • 221 views

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?

    This topic has been closed for replies.

    1 reply

    BDuckWorks
    Inspiring
    August 8, 2016

    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.