Closed (works as designed)
Project:
Hidden CAPTCHA
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 14:28 UTC
Updated:
13 Apr 2018 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Sergei Churilo commentedComment #2
sgdavis commentedThis seems like a great idea. I am having this problem as well (where the captcha is hidden when the page loads, but as soon as my form makes an AJAX call, it appears). Partly I think this is due to the way I implemented my AJAX callback (not quite the drupal way) but still I feel like this is a great idea to ensure the captcha never appears (as long as the visitor has CSS enabled of course).
Comment #3
weynhamzI have applied issue #1, it worked as expected, thanks.
Comment #4
ApacheEx commented+1, #1 works for me as well.
Comment #5
liam morlandDoes this put the style element in the body of the page? HTML requires that style elements be in the head element.
Comment #6
liam morlandI think drupal_add_css() should be used for adding CSS.
Why not use #prefix and #suffix instead of manually adding the 'div'?
If the constantly-changing class is a problem, perhaps it should stay the same for a session or otherwise be cached. Perhaps it could be stored in a variable and changed when the cache is cleared.
Comment #7
liam morlandComment #8
Anonymous (not verified) commentedPatch is to old, any progress?
Comment #9
liam morlandThis issue needs an explanation of what feature is being added.
Comment #10
liam morlandI don't understand what this is trying to accomplish. If there is still desire for this, please re-open and provide an explanation.