Created
November 9, 2017 09:59
-
-
Save thomasmb/9c93e3537eddbcdfe5babf3c3e51c39e to your computer and use it in GitHub Desktop.
Remove tabindex from Gravity Forms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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