I have the "Add CAPTCHA administration links to forms" checked.

I have a search form in a block on my site. Given the tight visual design, the presence of the collapsed CAPTCHA administration links blows out my block. Anyway that I omit that?

I think it would be nice if there was a textarea field in the configuration for the module which allows you to omit it from form IDs - just like what is done in the FCKeditor omission config. In my case the form id is search-block-form.

For the meantime, I have suppressed it with CSS, but even this solution isn't all that great because the fieldset for the administration links doesn't have a unique class or ID. You'll see that I am using "collapsible". Luckily there is only one collapsible class in my form.

#search-block-form .collapsible
{
  display: none;
}

Comments

capellic’s picture

I also would like to a solution for this! Thanks!

elachlan’s picture

Title: Suppress CAPTCHA admin links when "Add CAPTCHA administration links to forms" is checked (on) » Add exclusion filter for CAPTCHA administration links
Version: 6.x-1.0-rc2 » 7.x-1.x-dev
wundo’s picture

Issue summary: View changes
wundo’s picture

Status: Active » Closed (outdated)