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 on multiple forms

  1. Hi, just looking for confirmation here.

    I've changed the tabindex using the add_filter function from here (http://www.gravityhelp.com/documentation/page/Gform_tabindex) but initially I was using the embed_form() function in the theme with the final variable set to a new tabindex, which didn't work. As I said, the problem is solved with the add_filter function but I just wanted to check whether or not the embed_form variable SHOULD have worked and if I was doing something wrong.

    Here's the code I was using:
    <?php gravity_form(4, true, false, false, '', true, 1001); ?>

    Thanks in advance
    Andy

    Posted 12 years ago on Wednesday October 5, 2011 | Permalink
  2. I believe the tabindex is only supported in the function call with the new Gravity Forms v1.6 release which is currently a development release. I don't believe it works in the v1.5.3 release.

    The ability to set the tabindex directly in the function call and the shortcode was added for the new 1.6 release.

    Posted 12 years ago on Wednesday October 5, 2011 | Permalink