我已經在我的rails 3應用程序中安裝了ambethia's captcha plugin作爲插件。當我把<%= recaptcha_tags %>
在我看來,它打印此頁面上:如何讓ambethia的captcha插件在rails 3中工作?
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=my_key&error=expression"></script> <noscript> <iframe src="http://api.recaptcha.net/noscript?k=my_other_key" height="300" width="500" frameborder="0"></iframe><br/> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"></noscript>
有沒有一種方式,我可以在軌道3這項工作?我會很感激任何幫助。