PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

tabindex fix not working

  1. I've applied the following "fix" to my functions.php:

    add_filter("gform_tabindex", create_function("", "return false;"));

    to the following page: http://www.christhurman.com/dev/chromaluxe/contact-us/ but it doesn't seem to be working. Any ideas?

    Posted 13 years ago on Tuesday September 13, 2011 | Permalink
  2. Tabbing seems to work fine on that page (in Chrome). What is the problem you're having?

    The footer form appears to be in a widget, so you can reset the tabindex there with a widget setting if you have an overlap, no filter required.

    Posted 13 years ago on Tuesday September 13, 2011 | Permalink