Skip to main content
Known Participant
December 4, 2017
Question

Advanced Actions - Is there a way to turn off Case Sensitive on a condition?

  • December 4, 2017
  • 1 reply
  • 467 views

In a responsive project, I have a user complete a number of textboxes. Then, I use a submit button with an Advanced Action that tests the responses. This works great if the use selects the correct case. I don't see a way in which I can turn this off in the Advanced Actions. Thoughts, or is there a better way?

Regards,

Dave

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    December 4, 2017

    Maybe you'll have to write some JS. The only place I'm aware of where you can turn off cases sensitivity is when validating an individual TEB. With JS functions you can have a workaround.

    Known Participant
    December 4, 2017

    Any thoughts on how I can apply that JS... I tried using the Execute Java script on focus. It doesn't appear to work....

    Cluster = Cluster.toLowerCase();

    Cluster is the variable that I used the user input to.

    Lilybiri
    Legend
    December 4, 2017

    It will not be that simple. I am not a JS expert. Several functions are available in the common JS API. Have a look at this document:

    Learn about the Common JavaScript interface for Adobe Captivate