Statistics: Posted by Jason Caldwell — August 22nd, 2011, 7:04 pm
This allows Pro Form tab controls to jump immediately to the reCAPTCHA input field, if/when enabled by your Shortcode.
Statistics: Posted by man-O-media — August 22nd, 2011, 4:51 pm
Statistics: Posted by Jason Caldwell — August 18th, 2011, 8:19 pm
jQuery('a[id^="recaptcha"]').removeAttr('tabindex');
Statistics: Posted by man-O-media — August 18th, 2011, 11:04 am
Statistics: Posted by man-O-media — August 15th, 2011, 10:06 pm
Statistics: Posted by man-O-media — August 15th, 2011, 8:27 pm
I see. It sounds like you may have another element in some other part of your site's layout, which has a tabindex somewhere between 100-200, and therefore is creating a conflict with the Pro Form. Inspecting your site with Firebug for Firefox may reveal the issue, otherwise, please send us a link and we'll take a look for you
My problem is that the form tab order is skipping the last field of my form which comes just before the CAPTCHA control and does not get to that field untill it has passed the CAPTCHA.
Statistics: Posted by Jason Caldwell — August 15th, 2011, 7:24 pm
However, you might do something like this in jQuery to eliminate the issue.* In fact, I think I'll see if we can get this quick-fix into the next release so this is not a problem going forward.
- Code:
jQuery('a[id^="recaptcha"]').removeAttr('tabindex');
Statistics: Posted by man-O-media — August 11th, 2011, 2:35 pm
Not yet, not for Pro Forms. You can choose from various themes though.
And I might as well ask a semi-related question.. Is it possible to set the CAPTCH to be more simple?
I realize it is more secure this way but it is really intense.
captcha="clean" When you set this Attribute, visitors must prove they're human by typing a captcha/security code. Possible values: 0 = do NOT require a captcha code on this Form; clean = DO require a captcha code on this Form; using the clean theme style. Possible theme styles include: red, white, clean, and blackglass. This service is powered by Google's reCaptcha system.
Statistics: Posted by Jason Caldwell — August 10th, 2011, 2:58 pm
jQuery('a[id^="recaptcha"]').removeAttr('tabindex');
Statistics: Posted by Jason Caldwell — August 10th, 2011, 2:53 pm
Statistics: Posted by man-O-media — August 9th, 2011, 10:17 pm