Skip to main content
jr4098
Participating Frequently
August 27, 2020
Question

How do you turn off the flashing cursor in text entry boxes?

  • August 27, 2020
  • 3 replies
  • 268 views

I am using a text-entry box in an interactive quiz question. It features a form that employees need to be able to fill in properly. They need to know which box to enter a dollar amount in, and I am using a text entry box with the correct dollar amount as the correct answer. However, even though I made the text entry box white to blend in with the form, when I previewed the slide, there is a flashing cursor. I do not want this as the whole point is for the employees to know where to fill the information in on the form, and I do not want to give away the answer with a flashing cursor. 

 

How do you turn this feature off so that there is no cursor in the text entry box? 

 

If this is impossible, any other suggestions?

 

Thanks. 

 

 

    This topic has been closed for replies.

    3 replies

    TLCMediaDesign
    Inspiring
    August 28, 2020

    You can execute this JavaScript on slide enter:

    setTimeout( function() {document.getElementById("Text_Entry_Box_1_inputField").style.caretColor="transparent"},0100);

     

    Just change the name of the bold text to the name of your text entry:

    "Text_Entry_Box_1_inputField"

    Paul Wilson CTDP
    Community Expert
    Community Expert
    August 27, 2020

    Why not start with a slide that contains a click box over the field that they could use to fill in the information? If they click on the right one you bring them to an identical-looking slide that only then contains the text entry box for them to enter the value. If they click outside the click-box on the first slide you can give them an incorrect caption.

    Paul Wilson, CTDP
    Lilybiri
    Legend
    August 27, 2020

    You could use a Scrolling Text interaction? Have a look at:

    http://blog.lilybiri.com/scrolling-text-interaction-to-replace-text-entry-box