Hi

In the search box there is a line "Place a CAPTCHA here for untrusted users."

How do I remove that?

Comments

soxofaan’s picture

Status: Active » Fixed

Disable the "add CAPTCHA links to forms" option in the general CAPTCHA settings.
Moreover: only users (roles actually) with the "administer CAPTCHA settings" permission will see that stuff.

cnh’s picture

Status: Fixed » Closed (fixed)

Yes. that solved the problem.

You are helpful. thanks.

zkent’s picture

I actually like the prompt at the bottom of webforms. I just don't want it to show on the search block or search page. It looks bad when our clients log into to edit their sites and they they ask us if it has to be there. Anyone figured out how to selectively show that prompt?

soxofaan’s picture

@zkent: I'd guess the simplest solution with minimal coding is just hiding the CAPTCHA fieldset with CSS (display: none) in your custom theme if you are mainly concerned about keeping it out of the sight of your clients