Changeset 3173311
- Timestamp:
- 10/22/2024 05:36:23 AM (15 months ago)
- File:
-
- 1 edited
-
autocomplete-radar-address/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autocomplete-radar-address/trunk/readme.txt
r3173307 r3173311 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Autocomplete Radar Address is a WordPress plugin that integrates with the Radar API to provide address autocomplete functionality. This plugin helps users quickly find and select addresses as they type, improving the user experience on forms. It supports both frontend and backend fields, making it versatile for various use cases.11 This plugin provides autocomplete functionality using the Radar API, helping users quickly find and select addresses. 12 12 13 13 == Description == 14 A plugin to autocomplete addresses using the Radar API. 15 16 This plugin uses the Radar API to provide address autocomplete functionality for WordPress forms. When users type into an address field, the plugin communicates with Radar's external service to suggest and autocomplete addresses. This integration helps improve the user experience by reducing manual input and ensuring more accurate address data. 14 Autocomplete Radar Address is a WordPress plugin that uses the Radar API to provide real-time address suggestions for WordPress forms. It improves the user experience by reducing manual entry and increasing address accuracy. 17 15 18 16 == Installation == 19 20 1. Upload the plugin files to the `/wp-content/plugins/autocomplete-radar-address` directory, or install the plugin through the WordPress plugins screen directly. 17 1. Upload the plugin files to the `/wp-content/plugins/autocomplete-radar-address/` directory, or install the plugin through the WordPress plugins screen directly. 21 18 2. Activate the plugin through the 'Plugins' screen in WordPress. 22 19 3. Use the Settings->Autocomplete Radar Address screen to configure the plugin. … … 24 21 25 22 == 3rd Party Service Disclosure == 26 27 23 This plugin relies on the Radar API for its address autocomplete functionality. The following actions involve communication with the Radar API: 28 24 - Sending partial address data when a user types into the address fields 29 25 - Receiving suggested addresses to autocomplete the field 30 31 To use this plugin, you must sign up for a free Radar API key at [Radar](https://radar.com). The API key allows your website to connect to Radars service to fetch address suggestions.32 26 33 27 Please review Radar's terms and policies:
Note: See TracChangeset
for help on using the changeset viewer.