Hi Darren, I did do this some time ago but didn't document it at all I'm afraid.
I recall using simple include DynaMents so it is possible. However, that said, I have tended to avoid CAPTCHA as much as possible by implementing a different kind of spam control that only reduces the spam and not prevents it completely. The goal is to obviously avoid barriers for human users where possible and captcha is the scorn of many users. The idea was given to me by Tobias Mitter of netmedia and the it goes like this: - You provide an additional field in your form and make the HTML markup make it "look" real. - Use CSS to hide it in the browser as most Spam bots don't take CSS into account. - If a value is populated into this field when the form is submitted then it is more likely to be a bot rather than a human as the human wouldn't even see the field. I know that this approach is not what you asked but I thought I'd throw that in for consideration as it is more user friendly then those irritating Captchas. Regards, Dan On Jun 8, 9:27 am, RedDoter <[email protected]> wrote: > Hi All, > > Has anyone integrated reCAPTCHA into Delivery Server? > > Looking to guage how dificult this was and if there are were any 'how > to's' knocking around out there... > > Thanks for looking -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
