Skip to content

Instantly share code, notes, and snippets.

@thomasmb
Created November 9, 2017 09:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasmb/9c93e3537eddbcdfe5babf3c3e51c39e to your computer and use it in GitHub Desktop.
Save thomasmb/9c93e3537eddbcdfe5babf3c3e51c39e to your computer and use it in GitHub Desktop.
Remove tabindex from Gravity Forms
<?php
add_filter( 'gform_tabindex', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment