=== Address Autocomplete Anything === Contributors: wpsunshine Tags: address, autocomplete, form, woocommerce, gravityforms, checkout, google Requires at least: 5.0.0 Tested up to: 5.9 Requires PHP: 5.6 Stable tag: 0.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Easily integrate Google Address Autocomplete to anything on your WordPress website! == Description == This plugin is unique in that it allows you to add a Google Address Autocomplete to _anything_ on your WordPress website. It is not made to be specific for any one e-commerce, form, LMS, or other WordPress plugin... is compatible with them all! Address Autocomplete is my favorite feature on any e-commerce site or any time I need to fill out a form on a website. Originally built for our other plugin, [Sunshine Photo Cart](https://wordpress.org/plugins/sunshine-photo-cart/), I realized I could make this available to work for _anything_. ### What is Address Autocomplete Address autocomplete is a form feature that suggests addresses to your user as they type. Clicking a selected address will then populate all the relevant fields in your form making it quicker and easier for your user to complete. ### How it works By using CSS selectors (don't worry non-tech person, it is easier than you think and a [simple help article and video is available](https://wpsunshine.com/documentation/finding-your-css-selectors/?utm_source=wordpress.org&utm_medium=link&utm_campaign=address-autocomplete-readme)!), you can add Address Autocomplete to Anything! Provide a selector for which input field on your page you want to trigger the address autocomplete when a user types, and then the CSS selectors to target for the address data that is returned from Google. ### What you need You only need to [get a Google Maps API key](https://wpsunshine.com/documentation/google-maps-api-key/?utm_source=wordpress.org&utm_medium=link&utm_campaign=address-autocomplete-readme). Although billing info is required, _most_ sites will never be charged as the free limit is quite high. [Visit the documentation](https://wpsunshine.com/doccat/address-autocomplete/?utm_source=wordpress.org&utm_medium=link&utm_campaign=address-autocomplete-readme) > **Upgrade to Premium** > > * Get unlimited instances on your site > * More detailed data fields (latitude, longitude, county, neighborhood, sub localities, etc) to use for population > * Automatically integrate with popular e-commerce and form plugins with one-click set up: > ** WooCommerce > ** Gravity Forms (Address Field) > ** ...and more coming _very_ soon! == Installation == 1. Upload and activate the plugin 2. Get a Google Maps API key 3. Go to Settings > Address Autocomplete and to enter Google Maps API key and form settings 4. Get the CSS selectors for your form and put into the settings == Screenshots == 1. Plugin settings 2. Sample form showing how address autocompletes works == Changelog == = 0.3 = * Update documentation links throughout and link to review * Release to repo for the first time = 0.2 = * Fix - More esc_* and sanitization = 0.1 = * Initial submission to repo