Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Text Entry Box Showing All Caps

New Here ,
May 12, 2008 May 12, 2008
Is there a way to show all capital letters when a user enters text whether they enter all lowercase, all uppercase, or mixed case?

Thanks!
1.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 12, 2008 May 12, 2008
Hi SueCJ

In answer to your question, Yes and No.
Yes - when the user has finished input and you have not set the text box to case sensitive, you can have the box move to the next screen, where you would have your screenshot showing all uppercase in that field.
No - Captivate has no functionality to change user input for you, it merely measures user input to the acceptable list you give in the text box properties.

Hope your question is answered

Andrew
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 17, 2008 Jul 17, 2008
I've got a swf file that you can place on a the slide which includes the text entry. Just testing it at the moment...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 27, 2009 May 27, 2009

...and how did the testing go?

I am trying to simulate a database into which all entry goes as uppercase, regardless of keyboard settings. Wildcards can also be entered. What I am trying to do is allow users to enter whatever part of the entry they want with appropriate wildcards. If correct the next slide should show their entry. This is done using a variable. The only difference I want to make is to have the variable show their entry in uppercase in the next slide. Any ideas anyone?

Thanks,

Greig

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 28, 2010 Apr 28, 2010

Hi all,

A bit of a bump, this one, but I'm trying to sort out the same problem in Captivate 4.  I've got a variable holding the user's name and I want to make it all uppercase.

I'm getting close to a solution using the Javascript .toUpperCase() function, but it's not working - here's the code I'm using:

userName = userName.toUpperCase();

That's in the slide exit action, as an 'execute JavaScript' action, but it's not working.

Anyone have any ideas?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 05, 2011 Jan 05, 2011

Has anyone figured out how to do this? I just used an uppercase type of font, but I would like to use Arial, where a user could type in anything without pressing caps lock and it would display as all upper case.

Any suggests/answers?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 05, 2011 Jan 05, 2011
LATEST

You could possibly do it with a custom widget.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources