CodeIgniter Forums
Can i have google autocomplete in location input field?? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Can i have google autocomplete in location input field?? (/showthread.php?tid=58609)



Can i have google autocomplete in location input field?? - El Forum - 06-29-2013

[eluser]margsot[/eluser]
Hi i am using this code in my sign up (view file)
Code:
<li>
           <label  class="label" >Location</label>
           &lt;input type="text" class="location" id="location" name="location" value=""/&gt;
          </li>

What i want is to autosuggest a place from google database when a user starts to type his/her Location .

A step by step guide will be appreciated

Thanks




Can i have google autocomplete in location input field?? - El Forum - 06-29-2013

[eluser]margsot[/eluser]
OK solved. If anyone is interested there is
documentation here.


Google Places API