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