Skip to content

Instantly share code, notes, and snippets.

@chrispian
Created March 26, 2021 23:06
Show Gist options
  • Save chrispian/5cf4d8fe7ddf841048eb673bca926764 to your computer and use it in GitHub Desktop.
Save chrispian/5cf4d8fe7ddf841048eb673bca926764 to your computer and use it in GitHub Desktop.
Disable automatic tab indexing as it often causes problems
`add_filter( 'gform_tabindex', '__return_false' );`
// Disable automatic tab indexing as it often causes problems - via Jeffrey @ WebDevStudios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment