You are here

README.txt in Webform Addressfield Extra 7

Description
-----------
Address Field is available as a Webform component through
Addressfield Tokens module.

The purpose of Webform Addressfield Extra is to extend this
webform addressfield to provide autocompletion for the address,
with data from Google Maps Places Autocomplete API
(using geocomplete library as a wrapper).

Prerequisites
-------------
- Webform module
- Addressfield Tokens module (use latest 7.x-1.x-dev release, since 7.x-1.5 is outdated).
- Libraries API module
- jquery_update to update jquery to 1.7
- Geocomplete library: download and place it in
  /sites/all/libraries/geocomplete.
  You can use jquery.geocomplete.js or jquery.geocomplete.min.js

Installation
------------
To install, copy the webform_addressfield_extras directory and all its contents to your modules directory.

File

README.txt
View source
  1. Description
  2. -----------
  3. Address Field is available as a Webform component through
  4. Addressfield Tokens module.
  5. The purpose of Webform Addressfield Extra is to extend this
  6. webform addressfield to provide autocompletion for the address,
  7. with data from Google Maps Places Autocomplete API
  8. (using geocomplete library as a wrapper).
  9. Prerequisites
  10. -------------
  11. - Webform module
  12. - Addressfield Tokens module (use latest 7.x-1.x-dev release, since 7.x-1.5 is outdated).
  13. - Libraries API module
  14. - jquery_update to update jquery to 1.7
  15. - Geocomplete library: download and place it in
  16. /sites/all/libraries/geocomplete.
  17. You can use jquery.geocomplete.js or jquery.geocomplete.min.js
  18. Installation
  19. ------------
  20. To install, copy the webform_addressfield_extras directory and all its contents to your modules directory.