Community Support Forums — WordPress® ( Users Helping Users ) — 2010-10-05T22:48:10-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=380 2010-10-05T22:48:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=380&p=3786#p3786 <![CDATA[Re: problem with registration page and reCaptcha]]>
Thanks

Statistics: Posted by grayskyes — October 5th, 2010, 10:48 pm


]]>
2010-07-14T17:09:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=380&p=1546#p1546 <![CDATA[Re: problem with registration page and reCaptcha]]>
Yea, I'm aware this causes conflicts under certain circumstances. It's a difficult thing to fine-tune. The reason for 10, 20, 30, 40, etc, is to leave plenty of room for Hooks/Filters and other Custom Fields to be inserted between them. Also, depending on your theme, your sidebar, etc, these tabindex numbers can either work beautifully, or cause other changes to be needed.

If anyone has any suggestions, I'm open to hearing them. To address your immediate problem with reCapchya, you can use their API, which already addresses this issue:
Code:
<script>
var RecaptchaOptions = {
   tabindex : 50
};
</script>

For more information, please see:
http://www.google.com/recaptcha/apidocs/captcha/client

Statistics: Posted by Jason Caldwell — July 14th, 2010, 5:09 pm


]]>
2010-07-14T16:27:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=380&p=1540#p1540 <![CDATA[problem with registration page and reCaptcha]]>
I have found a small problem with s2Member when reCaptcha is enabled on the registration page. It has to do with the tabindex order. Its currently set to 10, 20, 30, 40 with first name having a value of 30 and last name 40. The reCaptcha plugin has a value of 30 so when you get to the first name field it jumps next to reCaptcha skipping the last name field.

Nick

Statistics: Posted by Guest — July 14th, 2010, 4:27 pm


]]>