Ruby Forum Ruby on Rails > reCAPTCHA link_to_remote issues

Posted by Richard Schneeman (snowmaninthesun)
on 22.06.2008 04:07
when i try to render a partial containing <%= recaptcha_tags %> using
link_to_remote on my website, something goes haywire and the captcha
never shows up. When i render the partial not using an ajax call, it
works great. But what's the point of having a super simple to use
capatcha plugin, if you can't render it in an ajax form??? If anyone has
experince with this or knows how to fix the problem, let me know.
Thanks!!
Posted by Giorgos Tsiftsis (george-ts)
on 19.08.2008 15:26
Hi,
1) get the latest version of recaptcha plugin from 
http://github.com/ambethia/recaptcha/tree/master (or just grab 
lib/recaptcha.rb)
2) include 'http://api.recaptcha.net/js/recaptcha_ajax.js' javascript 
file in your template
3) use it like this <%= recaptcha_tags :ajax => true -> in your partials

I know it's quick and very dirty buts works for me.