Closed (outdated)
Project:
CAPTCHA
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2012 at 20:45 UTC
Updated:
27 Sep 2019 at 20:14 UTC
Jump to comment: Most recent
Comments
Comment #1
johazielHi,
I would like to the same and i found how to do and it work also for for all your form:
check the HTML of the form that you want a captcha (with firebug for example) you will see
This example is for the email field contact form of node/10
Look at the form id.
Now in admin/config/people/captcha
at the bottom of the table you have an input text,
enter the id of the form but REPLACE dash (-) by underscore (_) (email_mail_page_form for this example )
and choose what kind of capcha you want and save.
REMEMBER
Depends of you right configuration but normally if you are user 1 captcha will not appear so go to the email field form page as anonymous user and you will see the captcha.
Regards
Jo
Comment #2
sotiropo commentedThank you,
That method works fine for me
Comment #3
wundo commentedComment #4
wundo commented