Unable to type in the Captcha field

  • whowaaa
    Asked on February 12, 2016 at 9:05 AM

    when filling in area of captcha  i cant see the typing at all

  • Jan
    Replied on February 12, 2016 at 11:40 AM

    Actually, the issue is with the text color applied on the text boxes. The color is set to #ffffff or white text which is why it is not visible on the captcha field that has a white background.

    Please use this CSS code in order to fix that. It will make the text color change into black in the captcha field only.

    #input_23 {

    color: #000000 !important;

    }

    Here's a guide on how to inject custom CSS on your form. Thank you.

  • whowaaa
    Replied on February 12, 2016 at 12:46 PM
    It doesnt work.
    ...
  • Jan
    Replied on February 12, 2016 at 1:05 PM

    Is this the form you're working with? (http://www.jotform.com/60421059952151)

    I can type on the captcha field but the text is not visible. If you highlight it, you'll see the text. The reason is that the input text color is white. We need to change it to black. Please check this screencast:

    Unable to type in the Captcha field Image 1 Screenshot 30

    Sorry, I got the CSS id incorrect. It should be #input_21 and not #input_23. I go ahead and fix this problem for you. Please check the captcha field on your form.

    Unable to type in the Captcha field Image 2 Screenshot 41

     

    Thank you.