Hi,

Sorry if I'm missing something obvious, but how do I associate CAPTCHA with a text field / FCKEditor field?

Thanks,

b-dot

Comments

soxofaan’s picture

You don't associate a CAPTCHA with a text field but with a whole form.
what form is he text field for?

B-Dot’s picture

Hi soxofaan,

Thanks for responding. I am trying to emulate wiki functionality with Drupal and want to put a CAPTCHA on a regular node, so I suppose the form is the div class "node-form" on a regular node-page then?

soxofaan’s picture

If you enable the option "CAPTCHA administration links" in the general CAPTCHA settings, you get an extra fieldset on all your forms to add/manage CAPTCHA's
please try it

from the help at the top of the general CAPTCHA settings page:

A CAPTCHA can be added to virtually each Drupal form. Some default forms are already provided in the form list, but arbitrary forms can be easily added and managed when the option "Add CAPTCHA administration links to forms" is enabled.

B-Dot’s picture

Status: Active » Closed (fixed)

Thanks, got it working now.