1) Am I right in thinking that if I want to hide the label for a checkbox input on a webform I either need to use CSS or a hook function? I can't see any option to turn it off at the field definition point.

2) Does anyone know how to make reCaptcha or Captcha work with these forms they don't appear to be in the list when I go to admin/user/captcha (unless I'm just looking in the wrong place)

C

Comments

chunty’s picture

Bump...

dstotijn’s picture

1) Easy way is with css (display: none;), better way is with a theme override.
2) Try mollom.

chunty’s picture

With regard to mollom the reason I'm not using this is that the free version has limits on it (assuming I've understood correctly) but the thing that seems a bit odd to me is that the webforms module page lists CAPTACHA as a related project so I assumed they played together nicely - have I misunderstood?

C

rjdempsey’s picture

chunty’s picture

Bingo - thats got it. I'm gonna need to hack it about a bit somehow to remove the fieldset stuff but that got me to first base.

Thanks
Chris

dstotijn’s picture

If you don't sign up for an API key for mollom it reverts to a captcha, not 100% sure though.