You need to sign in to do that
Don't have an account?

Recaptcha Focus
I have implemented the recaptcha in my site. However I am running into an issue. The issue is not that major and I can live with it but I would like some help fixing it. My issue is that when I come to the page with the recaptcha on it the focus of the page is the response field for the recaptcha. I would like it to be the first field on the page. I followed the help on this article:
http://wiki.developerforce.com/page/Adding_CAPTCHA_to_Force.com_Sites
Is there any way to make the focus go off of the recaptcha and onto the first field?
If you're just dealing with Javascript - placing the execution of the function to set focus on the first field after the recaptcha stuff should do it for you.
-Andy
I have tried putting the forcus in the javascript, but nothing seems to work. I have posted the java script for the recaptcha and the places that I put the focus method. If you need more expanation please let me know.