Closed (outdated)
Project:
CAPTCHA
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2008 at 11:52 UTC
Updated:
17 Jan 2018 at 01:22 UTC
Jump to comment: Most recent
Comments
Comment #1
soxofaan commentedCurrently, CAPTCHA is not tailored towards multipage forms, as it looks only for the form_id, which is the always the same for multipage forms
A workaround is using the appropriate persistence mode like "Omit challenges for a form once the user has successfully responded to a challenge for that form."
Comment #2
JGO commentedIt would be great if I could have the captcha on the last page only.
Any solution possible for this? Perhaps programmatically call the captcha stuff ?
Comment #3
soxofaan commentedIn the 6.x-2.x branch of CAPTCHA, the CAPTCHA stuff is defined as a 'captcha' form element.
This means that you can add a CAPTCHA programmatically to your forms yourself without the CAPTCHA admin UI as follows:
This will add the default challenge to the form. You can also set the challenge type by setting the '#captcha_type' field too, e.g.
or
hope this helps
Comment #4
wundo commented