Option to skip Mollom and/or Recaptcha sites once detected
So I've started today with the scripting for the "Drupal - Blog Comment" script (damn, thousands of different fields and other things everywhere...) and started to think if it could be worth to implement an option to skip the submussion once a Mollom or Recaptcha site is detected.
Footprints for Mollom:
"By submitting this form, you accept the Mollom privacy policy."
"Type the characters you see in the picture above; if you can't read
them, submit the form and a new image will be generated. Not case
sensitive."
them, submit the form and a new image will be generated. Not case
sensitive."
Footprints for ReCaptcha:
"Reload or listen to audio. By reCAPTCHA"
"Enter both words from the box above"
"Geben Sie die 2 Wörter ein"
... (plus many more of that localized line)
Sure, we can add this to any engine script we want to with
page must have=!
but maybe its possible to add a global option for this in --> Options --> Captcha with a checkbox as both captchas are used very frequently.
we can speed up submissions if we skip sites with this instantly instead of sending them to CB first and skip them later when the captcha couldn't or shouldn't be solved.
Edit: I should have known better as footprints aren't needed. This snippets from the HTML source should work better.
Mollom:
id="edit-mollom-captcha"
name="mollom[captcha]"
Recaptcha:
id="recaptcha_response_field"
name="recaptcha_response_field"
Comments
People who want to pay with DBC etc could just select that in GSA?
Sounds useful.
@Ozz you can as well use this...
*some string before the input box*=content
This will not take the input id/name but the visual text and when matched it will fill it according to your setting. Might be a bit easier.