gravityforms-autocomplete-fields icon indicating copy to clipboard operation
gravityforms-autocomplete-fields copied to clipboard

Extension for Gravity Forms that enables `autocomplete` attributes to be assigned to form fields.

Results 6 gravityforms-autocomplete-fields issues
Sort by recently updated
recently updated
newest added

Bumps [padraic/humbug_get_contents](https://github.com/padraic/file_get_contents) from 1.0.4 to 1.1.2. Release notes Sourced from padraic/humbug_get_contents's releases. 1.1.2 Bugfixes Mitigate HTTPoxy vulnerability (#23) 1.1.1 Bugfixes Fix deprecation message (humbug/file_get_contents#21) 1.1.0 Features Update API doc and...

dependencies

Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.8.0 to 2.9.2. Release notes Sourced from squizlabs/php_codesniffer's releases. 2.9.2 Final 2.9 Release Version 2.9.2 will be the final release of the PHP_CodeSniffer 2.9 branch, first released...

dependencies

The "gform_autocomplete_attribute_values" filter needs to be documented in the project's README file. This has dependencies on #2, which is why it hasn't yet been written.

documentation

[The `autocomplete` attribute specification supports more detailed values](https://html.spec.whatwg.org/multipage/forms.html#autofill-field) (e.g. "honorific-name", "given-name", "additional-name", etc.), which would make sense for complex fields like "Name". Instead of just saying "the first input represents...

enhancement

The repo will need [a properly-formatted readme.txt file that adheres to the WordPress.org plugin repository's standards](https://wordpress.org/plugins/about/#readme).

documentation
blocker

Need to determine the final format for the output of `Core\get_autocomplete_values()`; right now, it's a flat list, but a case could be made for supporting nested arrays to group similar...

blocker