Skip to content

Instantly share code, notes, and snippets.

@VanLuda
VanLuda / Google Autocomplete Address Form for Formidable
Created April 30, 2016 07:11
Google Autocomplete Address Form for Formidable
<script>
// This example displays an address form, using the autocomplete feature
// of the Google Places API to help users fill in the information.
// This example requires the Places library. Include the libraries=places
// parameter when you first load the API. For example:
// <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places">
var placeSearch, autocomplete;
var componentForm = {