The captcha tag has no wiki summary.
0
votes
1answer
31 views
Can you temporary grant a user permission to avoid captchas in drupal 7?
I have a module which alters a webform's form. Depending on the user agent, I want to grant the current user the permission to skip captchas, so that the captcha block wont appear at the end of my ...
0
votes
1answer
19 views
Re display captcha on form error in ajax form submit
I have a fancybox form and the form is sent via Ajax. I know that there is the error about "reuse attack" for captcha, but this is not my case.
When I wrong the form (some required fields missing) I ...
0
votes
0answers
14 views
The answer you entered for the CAPTCHA was not correct
I have an issue with recaptcha while submitting the contact form in my site, It throws an error "The answer you entered for the CAPTCHA was not correct." i can't able to submit the form.Any one ...
0
votes
1answer
25 views
CAPTCHA default for Blog post forms does not work in Drupal 7
I'm trying to get CAPTCHA to be automatically added to my blog post forms so that I don't have to enable it individually on each blog post. I've followed the suggestion on this post, but ...
0
votes
0answers
22 views
Captcha doesn't validate
I'm displaying a custom form in a block. I'm adding a captcha to my custom form like so:
function requestform(){
$form['firstName'] = array(
'#type' => 'textfield',
'#title' => '',
...
1
vote
1answer
30 views
Captcha does not save form_id
I added the CAPTCHA module to my drupal 6 website using this procedure and I'm trying to add the captcha to my user registration page.
However when I go to /admin/user/captcha the list with the ...
0
votes
0answers
14 views
Image captch is not reloaded when user enter wrong captch
So in my project contact us form is there . In that I used image captch. But problem is there when user insert wrong captch then ajax throw error message but after that image captcha is not reloaded. ...
0
votes
1answer
23 views
Spam filter options for unregistered user to registered user email service
I would like to give unregistered visitors the chance to send emails to node authors through a contact form. What would be the best and most efficient way to filter out spam?
1) Simply add a CAPTCHA ...
0
votes
0answers
56 views
How to force CAPTCHA on search results page?
Let me explain a bit...
I'm using "native" Drupal 7 search, and CAPTCHA module attached to search form. When entering search query directly into the form, CAPTCHA stops submission on wrong/no entry, ...
0
votes
1answer
100 views
reCaptcha not working on webform
I am using a Webform module to create a form to which I would like to add recaptcha. I've gone through the readme files for both captcha and recaptcha modules and all the configuration settings look ...
2
votes
1answer
42 views
How to add captcha to pdf version
I want to add a captcha to the PDF generator from the Print Module so that my server doesn't waste time generating a PDF for robots and to prevent DOS attacks.
There is a similar question asked, but ...
0
votes
1answer
54 views
CAPTCHA is not showing D7
I'm trying to use CAPTCHA in my forms. I enable in my modules. I set to work on comments, registry and contact. But only work on comments. I even try in a clean install and nothing. What should I ...
2
votes
1answer
83 views
How to change form_set_error() message in captcha module
I need to reset the default error message in the captcha module when you enter the wrong answer.
captcha.module line 616
form_set_error('captcha_response', t('The answer you entered for the CAPTCHA ...
4
votes
1answer
428 views
Drupal 7 Captcha in all webforms or per content type webforms
I am on D7.
I have a content type that is webform enabled.
Requirement
I need to implement captcha for all the webforms for nodes of this content type.
Problem
In D7, you are supposed to give the ...
0
votes
1answer
180 views
Setup CAPTCHA in Content Types
i have configured captcha module in my drupal 7 site.. but can't understand how to show a captcha in content type, so that while adding content user will have to complete the captcha.
1
vote
1answer
199 views
Does CAPTCHA Module still disallow page caching?
I'm trying to manage spam entries into my websites' contact forms. Currently using the Drupal Captcha module for Drupal 6. http://drupal.org/project/captcha
Based on this report: ...
0
votes
0answers
86 views
Getting and Submitting forms via services
I currently manage a Drupal (Edit: D7) site consisting of many nodes with forms for the user to fill out. Webform is used for this.
I'd like to use this system as a RESTful server that other websites ...
0
votes
1answer
386 views
CAPTCHA on custom form
I have a client where they have an integrated form from another website. For some reason the Drupal 7 captcha module will not work on this form when entering it into captcha settings. The form ...
0
votes
1answer
121 views
Panels + Recaptcha : how to add a (re)Captcha in my panels view?
I've just installed Panels 3.1 on my D7 website.
There is no options to add a Recaptcha form on my Panels view.
Where should I find that ?
Thank you,
5
votes
1answer
477 views
CAPTCHA session reuse attack detected error message when form is submitted
I am experiencing problems with the captcha module 7.x-1.0-beta1 version. I have enabled captcha in webforms for anonymous users. After submitting the form it repeatedly gives me the error message,
...
0
votes
1answer
178 views
Translation of modules
I am using Drupal 7.9 and Webform 3.15. I need to translate -select- option on top of list box. Also I have to translate in Captcha module (7.x-1.0-beta2), the text What code is in the image? and ...
1
vote
1answer
134 views
How to integrate CAPTCHA in a search form with Views
I have created a search page with the Views module, which includes a few exposed filter criteria. The form will be available to guest users, so I would like to include a CAPTCHA in the form.
The ...
0
votes
1answer
97 views
How do I go about telling Captcha that my form exists?
I've got a drupal situation where I want to add reCaptcha to a custom form (built in an add-on module). You can see from the captcha admin page that there is a list of forms that I can dynamically ...
0
votes
1answer
100 views
How to add captcha to “Printer, e-mail and PDF versions” email form
I am using the Printer, e-mail and PDF versions module to enable user to share pages on my d6 website.
Now I have recently noticed that some robots make thousands of requests on this form a nd I ...
1
vote
2answers
670 views
How to list all the form IDs
I have installed CAPTCHA module. In CAPTCHA module I need to give the machine name of a form of another module called Printer, e-mail and PDF versions. How do I find the machine_name of this from.
If ...
2
votes
1answer
580 views
Captcha doesn't come out in my multiform webform
I have a multiform webform with 3 steps. Why can't I seem to get the CAPTCHA to appear at the end of the form, even when I've already checked Add CAPTCHA administration links to forms? Am I missing ...


