Disable Tabindex on GravityForms
// Fixes the issue with 1-2 forms on a page // Where the forms tab all to the wrong inputs // Gravity Forms common issue // Add to functions.php add_filter( 'gform_tabindex', '__return_false' );