I have more than one form on a page. When using the tab it jumps from one form to another. I tried using the following code that I found in a different thread but it did not change the result:
add_filter('gform_tabindex_6', create_function('', 'return 1;'));
add_filter('gform_tabindex_2', create_function('', 'return 2;'));
in my functions.php file but it didn't change anything.
Here is an example of one of the pages.
http://airdoctortulsa.com/reduce-allergies/
Thanks for the help.