Am unable to find the option to add Captcha to my Webforms.
In admin/config/people/captcha if I add a new form with the form id as the url of the webform, the entry is accepted but Captcha does not appear on the form.
'Administer CAPTCHA settings' is ticked for all users in admin/people/permissions.
Have successfully added Captcha to other forms - contact, registration etc.

Using Drupal 7.

Comments

quicksketch’s picture

Project: Webform » CAPTCHA
Version: 7.x-3.9 » 7.x-1.0-alpha3

Moving to the captcha queue.

quicksketch’s picture

Title: Option to add Captcha not available » Option to add Captcha not available in Webform
nohup’s picture

Component: Code » User interface
Status: Active » Fixed

Go to admin/config/people/captcha/captcha/settings in the blank text box under "Form Protection" enter the form_id of the webform and save the configuration. Go to the webform page and you should be able to see the captcha there.

To quickly find the form_id of the webform, take the node id and append it to "webform_client_form_", for example if the node id is 3 your webform form_id will be "webform_client_form_3". If this is not your case, you can always use firebug to inspect the hidden form_id field.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.