How to remove captcha hint text or placeholder

  • terrafertile
    Asked on September 8, 2014 at 7:15 PM

    Hi.

    There is text in the answer field of Captcha which I´m unable to delete. The text displays on two forms: Contatos em geral and Contato comercial.

    On My Forms page of Jotform the text is not being displayed. Only it can be seen on my website.

    How can I delete that text, please? I have tried but I was unsuccessful.

    Thanks a lot.

    Bárbara.

     

    How to remove captcha hint text or placeholder Image 1 Screenshot 20

  • Elton Support Team Lead
    Replied on September 8, 2014 at 9:49 PM

    Hi Barbara,

    Inject the following CSS codes to your form if you want to remove the captcha placeholder (hint text).

    input[name="recaptcha_response_field"]::-webkit-input-placeholder{

    color: rgba(0, 0, 0, 0);

    font-size: 0;

    }

    input[name="recaptcha_response_field"]::-moz-placeholder{

    color: rgba(0, 0, 0, 0);

    font-size: 0;

    }

    input[name="recaptcha_response_field"]:-ms-input-placeholder{

    color: rgba(0, 0, 0, 0);

    font-size: 0;

    }

    Here's a guide for that: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    Hope this helps!

  • terrafertile
    Replied on September 9, 2014 at 7:42 AM

    Hi.

     

    I placed this code in Form Style but the words remain there. Didn´t work at all.

     

    Bárbara.

  • jedcadorna
    Replied on September 9, 2014 at 10:42 AM

    Hi Barbara,

    Elton updated the CSS please copy the code again and paste it in your CSS. It should now work.

  • arthurnorman
    Replied on July 28, 2016 at 10:41 AM

    I just tried this and it didnt work at all.
  • KadeJM
    Replied on July 28, 2016 at 1:02 PM

    @arthurnorman

    It seems like you are trying to do this similarly on your forms.

    You are asking a follow-up question so I have moved your issue over here to a new thread where we will help you separately. :)