Closed (outdated)
Project:
CAPTCHA
Version:
6.x-2.2
Component:
Captcha API (captcha)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 20:24 UTC
Updated:
17 Jan 2018 at 01:23 UTC
Jump to comment: Most recent
Comments
Comment #1
soxofaan commentedHello,
This is not possible with the CAPTCHA module and I think it is a bit too specialized to implement this in the core CAPTCHA module.
However, it would take very few lines to do it yourself in a custom "glue" module. Adding a CAPTCHA element to a form is as simple as adding a text field to a form:
Also see #743056: Document how to add a CAPTCHA programmatically.
In short: you would need a simple hook_form_alter() implementation with the required logic to add the CAPTCHA element to the desired form.
hope this helps
Comment #2
wundo commented