Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iambriansreed/Advanced-Custom-Fields-Autocomplete

This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicable. Plugin uses WordPress core's jQuery UI Autocomplete.
https://github.com/iambriansreed/Advanced-Custom-Fields-Autocomplete

Last synced: 27 days ago
JSON representation

This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicable. Plugin uses WordPress core's jQuery UI Autocomplete.

Awesome Lists containing this project

README

        

=== Advanced Custom Fields: Autocomplete Field ===

Contributors: Brian S. Reed, Max Lyuchin
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Simple field that looks up values previously entered for this field.

== Description ==

This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicable. Plugin uses WordPress core's jQuery UI Autocomplete.

= Compatibility =

This ACF field type is compatible with:
* ACF 5
* ACF 4

== Installation ==

1. Copy the `acf-field-type-autocomplete` folder into your `wp-content/plugins` folder
2. Activate the Advanced Custom Fields: Autocomplete plugin via the plugins admin page
3. Create a new field via ACF and select the Autocomplete type
4. Please refer to the description for more info regarding the field type settings

== Changelog ==

= 1.0.0 =
* Initial Release.